From 5dd64b81d987e4aa7be9fc6dd9cfa5f42f68f972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:44:20 +0000 Subject: [PATCH] Bump serde_json from 1.0.117 to 1.0.124 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.124) --- 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 0a5f348..1897c73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,11 +1074,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index cbaee3e..5129dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ prettytable = "0.10.0" reqwest = { version = "0.12.4", features = ["blocking", "json"] } semver = "1.0.23" serde = { version = "1.0.203", features = ["derive"] } -serde_json = "1.0.117" +serde_json = "1.0.124" serde_yaml = "0.9.34" # The profile that 'cargo dist' will build with