From 1c0af79f364f8228a04a11ccd573be093f47be4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:16:49 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.117 to 1.0.125 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.125. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.117...1.0.125) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- crates/xlinectl/Cargo.toml | 2 +- crates/xlineutl/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e31982257..b04b01aae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2565,11 +2565,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/crates/xlinectl/Cargo.toml b/crates/xlinectl/Cargo.toml index b90a9dea0..c79c5cb1a 100644 --- a/crates/xlinectl/Cargo.toml +++ b/crates/xlinectl/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0" clap = "4" regex = "1.10.5" serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.117" +serde_json = "1.0.125" shlex = "1.3.0" tokio = "1" tonic = { version = "0.5.0", package = "madsim-tonic" } diff --git a/crates/xlineutl/Cargo.toml b/crates/xlineutl/Cargo.toml index 891040207..d68f46dd8 100644 --- a/crates/xlineutl/Cargo.toml +++ b/crates/xlineutl/Cargo.toml @@ -17,7 +17,7 @@ clap = "4" crc32fast = "1.4.0" engine = { path = "../engine" } serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.117" +serde_json = "1.0.125" tempfile = "3.10.1" tokio = "1" utils = { path = "../utils" }