From e5a84885be20365ffd96d82b3dbcca04360cd00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:37:08 -0800 Subject: [PATCH] Bump serde_json from 1.0.132 to 1.0.133 (#921) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64ec36fa..aa85dc1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3230,9 +3230,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 2270a3b4..717785b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ reqwest = "0.12.9" rustfmt-wrapper = "0.2.1" schemars = { version = "0.8.20", features = ["chrono", "uuid1"] } serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.133" similar = "2.6.0" tabwriter = "1.4.0" thiserror = { version = "2", default-features = false }