From c7680f5940a3e9658831f3177859db17bacbfc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:22:48 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.118 to 1.0.124 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.118 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.118...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 3074142..588e55b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2779,11 +2779,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.118" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index c51764f..2435333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rand = "0.8.5" regex = "1.10.3" rpm = "0.14.0" serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.118" +serde_json = "1.0.124" serde_yaml = "0.9.34" sha2 = "0.10.8" smoosh = "0.2.1"