From 800b5e15c35387ba80cc9071c17223c2ba981396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:35:39 +0100 Subject: [PATCH] chore(deps,cargo): bump serde_json from 1.0.132 to 1.0.133 in the cargo group (#253) Bumps the cargo group with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.132 to 1.0.133 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 b7846e6..4ba9585 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,9 +708,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 c4244c5..fefb6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ url = { version = "2.5.3", optional = true } regress = "0.10.1" semver = { version = "1.0.23", optional = true } serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.132" +serde_json = "1.0.133" serde_yaml = { version = "0.9.34", optional = true } thiserror = { version = "2.0.3", optional = true }