From 90a57cd263cd72827d15a00628ffb42ad6b39a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:45:53 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.133 to 1.0.135 (#575) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bf4a0f..1342d7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,9 +1540,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8e2ca7d..5e7993b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [ ] } schemars = { version = "0.8.21" } serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.135" serde_yaml = { version = "0.9.34" } sha2 = "0.10.8" tempfile = "3.14.0"