From d1ee9d9e0a7298db5dca0f4512d117b1ffe92a3d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Jun 2024 05:04:04 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to v1.0.118 --- Cargo.lock | 4 ++-- utils/cache-bust/Cargo.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23a652b..295c9ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2837,9 +2837,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" dependencies = [ "itoa", "ryu", diff --git a/utils/cache-bust/Cargo.lock b/utils/cache-bust/Cargo.lock index 2f160ea..509c4a2 100644 --- a/utils/cache-bust/Cargo.lock +++ b/utils/cache-bust/Cargo.lock @@ -247,9 +247,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" dependencies = [ "itoa", "ryu",