From 8fb5766e028069142ac65ac7bdc1481e0d2aa052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:00:21 -0700 Subject: [PATCH] chore(deps): bump serde_json from 1.0.128 to 1.0.129 (#727) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8418ea6b..77d41f96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,9 +2197,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.129" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 225e29b4..0ceb9214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ reqwest = { version = "0.12.8", features = ["blocking"] } self-replace = "1.5.0" semver = "1.0.23" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.128" +serde_json = "1.0.129" serde_yaml = "0.9" sha1 = "0.10.6" sha2 = "0.10.8"