From 312fe5c811b3ee7a6ecf03c934b37d2b7223a311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:26:28 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate serde_json to v1.0.143 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea7b0374..056c3468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,9 +1515,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "itoa", "memchr", From 3f44aa074e5c370e0eb9a99fee41c2149e10e32b Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:27:14 +0900 Subject: [PATCH 2/2] update --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 5236a76a..e3995049 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -3134,7 +3134,7 @@ SOFTWARE. - [serde_derive 1.0.228](https://github.com/serde-rs/serde) -- [serde_json 1.0.140](https://github.com/serde-rs/json) +- [serde_json 1.0.143](https://github.com/serde-rs/json) - [syn 2.0.101](https://github.com/dtolnay/syn)