From 2a674ad7fd38a77945836ffef788cda4cf31f6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:30:54 +0000 Subject: [PATCH] build(deps): Bump serde_json from 1.0.128 to 1.0.129 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.129. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.129) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4e825c3..c64e1f95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2331,9 +2331,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.129" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 80dc4731..b5e6f112 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ rustls-pemfile = { version = "2.2.0", default-features = false } rustls-pki-types = { version = "1.10.0", default-features = false } semver = { version = "1.0.23", default-features = false } serde = { version = "1.0.210", default-features = false } -serde_json = { version = "1.0.128", default-features = false } +serde_json = { version = "1.0.129", default-features = false } sha2 = { version = "0.10.8", default-features = false } tempfile = { version = "3.13.0", default-features = false } tokio-util = { version = "0.7.12", default-features = false }