From 1434ebaf4136f7605d5ad6c86decb3c56204e75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:00:54 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.125 to 1.0.127 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.125...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f3344b..43a7efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2424,9 +2424,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.125" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 0e081d0..fe653a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ postgres = "0.19.8" rand = "0.9.0-alpha.2" serde = { version = "1.0.209", features = ["derive"] } reqwest = { version = "0.12.7", features = ["json"] } -serde_json = "1.0.125" +serde_json = "1.0.127" serde_yaml = "0.9.34+deprecated" tokio = { version = "1.39.3", features = ["macros", "rt"] } vaultrs = "0.7.2"