From 7517ce128582b93257c67ad495e49f90e3b557a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:01:35 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.129 to 1.0.132 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.129 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.129...1.0.132) --- 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 65458f7..8994823 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3024,9 +3024,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.129" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c277e3c..ff15dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ postgres = "0.19.9" rand = "0.9.0-alpha.2" serde = { version = "1.0.210", features = ["derive"] } reqwest = { version = "0.12.8", features = ["json"] } -serde_json = "1.0.129" +serde_json = "1.0.132" serde_yaml = "0.9.34+deprecated" tokio = { version = "1.40.0", features = ["rt"] } urlencoding = "2.1.3"