From 1b6b06db5464e565c1ecc675e1046792d7b4ef86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:54:54 +0000 Subject: [PATCH] :arrow_up: Bump serde_json from 1.0.121 to 1.0.127 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.121 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.121...1.0.127) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- services/index-git-repositories/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6168630..d09f88f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3137,9 +3137,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.121" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", "memchr", diff --git a/client/Cargo.toml b/client/Cargo.toml index f700c51..8fb5520 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -33,7 +33,7 @@ async-trait = "0.1.81" async-std = "1.12.0" # reading index files -serde_json = "1.0.121" +serde_json = "1.0.127" # clock plugin chrono = "0.4.38" diff --git a/services/index-git-repositories/Cargo.toml b/services/index-git-repositories/Cargo.toml index cd0c500..7346b32 100644 --- a/services/index-git-repositories/Cargo.toml +++ b/services/index-git-repositories/Cargo.toml @@ -12,6 +12,6 @@ simple_logger = { version = "5.0.0", features = [ "stderr", ] } -serde_json = "1.0.121" +serde_json = "1.0.127" rust_search = "2.0.0" anyhow = "1.0.86"