From 2ea217ecd42846992bc990968055d3905694291e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 06:01:58 +0000 Subject: [PATCH] build(deps): bump serde_json in /src/runtime-boot/init Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.125...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/runtime-boot/init/Cargo.lock | 4 ++-- src/runtime-boot/init/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime-boot/init/Cargo.lock b/src/runtime-boot/init/Cargo.lock index 9df798fa..1305aad6 100644 --- a/src/runtime-boot/init/Cargo.lock +++ b/src/runtime-boot/init/Cargo.lock @@ -113,9 +113,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.125" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/src/runtime-boot/init/Cargo.toml b/src/runtime-boot/init/Cargo.toml index dc2519e3..d6f3ea00 100644 --- a/src/runtime-boot/init/Cargo.toml +++ b/src/runtime-boot/init/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" [dependencies] libc = "0.2.155" serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.125" +serde_json = "1.0.128" nix = { version = "0.29.0", features = ["mount"] } anyhow = { version = "1.0", default-features = false }