From 9d1543d25c5e68094b2819c77d7ca52267fe7fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 04:53:04 +0000 Subject: [PATCH] Bump serde_json from 1.0.117 to 1.0.128 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.117...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 820cb30..0c62814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,11 +796,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 47e3877..a7cc4f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" iso8601 = "0.6.1" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0.202", features = ["derive"] } -serde_json = "1.0.117" +serde_json = "1.0.128" tokio = { version = "1.38.1", features = ["full"] }