From 0baedfef64bfcfb94d776efc9108af1d225d9b5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 08:43:55 +0000 Subject: [PATCH] Update Rust crate serde_json to v1.0.136 --- graphql/async_graphql/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql/async_graphql/Cargo.lock b/graphql/async_graphql/Cargo.lock index cdfd6474..a6550447 100644 --- a/graphql/async_graphql/Cargo.lock +++ b/graphql/async_graphql/Cargo.lock @@ -1458,9 +1458,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.136" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "336a0c23cf42a38d9eaa7cd22c7040d04e1228a19a933890805ffd00a16437d2" dependencies = [ "itoa", "memchr",