From 2f8dc812b89fd73b1449746cc7b842284c46e99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:26:36 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.116 to 1.0.132 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.116...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 | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bd7f34d2..6005e64f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4747,11 +4747,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.116" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 73a7bc4df..d935bc44e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ regorus = { version = "0.1.5", default-features = false, features = ["regex", "b reqwest = { version = "0.12", default-features = false, features = ["default-tls"] } rstest = "0.18.1" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.89" +serde_json = "1.0.132" serde_with = { version = "1.11.0", features = ["base64", "hex"] } serial_test = "0.9.0" sha2 = "0.10"