From 310c9d53aef9bb29d1d0969c32a4a8eb245c61df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:03:03 +0000 Subject: [PATCH] cargo: bump serde_json in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.117 to 1.0.118 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.118) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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 c34b3a634..a71ca0744 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,9 +2697,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index a46dc4b38..ac5058168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ rpassword = "7.3.1" rustix = { version = "0.38.34", features = ["fs"] } scm-record = "0.3.0" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.117" +serde_json = "1.0.118" slab = "0.4.9" smallvec = { version = "1.13.2", features = [ "const_generics",