From b63c460b5f182330afd9d315fa9099706cac2a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:30:11 +0000 Subject: [PATCH] build(deps): Bump serde_json from 1.0.124 to 1.0.125 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.125. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.124...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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9431f855..367651b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,9 +2340,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.124" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index e643f1f5..4a6dd4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ rustls-pemfile = { version = "2.1.3", default-features = false } rustls-pki-types = { version = "1.8.0", default-features = false } semver = { version = "1.0.23", default-features = false } serde = { version = "1.0.207", default-features = false } -serde_json = { version = "1.0.124", default-features = false } +serde_json = { version = "1.0.125", default-features = false } sha2 = { version = "0.10.8", default-features = false } tempfile = { version = "3.12.0", default-features = false } tokio-util = { version = "0.7.11", default-features = false }