From dd4c7a6b8c1390398134fbdcc09e6312b287e673 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 19 Jan 2025 23:47:46 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to v1.0.137 --- Cargo.lock | 6 +++--- utils/cache-bust/Cargo.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b38b999..cbe8ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-auth-middleware" @@ -2856,9 +2856,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/utils/cache-bust/Cargo.lock b/utils/cache-bust/Cargo.lock index f1aaf75..43d786a 100644 --- a/utils/cache-bust/Cargo.lock +++ b/utils/cache-bust/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "block-buffer" @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr",