From 5497fd8e0fa8c0954acbcd45db6ffd4bf4777274 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 18 Oct 2024 00:28:33 +0000 Subject: [PATCH] Update Rust crate serde_json to v1.0.129 --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f95dd4f..7101147 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1898,9 +1898,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", -- 2.45.2