From dbd160d2ac0c4a46616d52e065810c0ac4e4359d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 19:13:38 +0000 Subject: [PATCH] Bump serde_json from 1.0.96 to 1.0.97 (#437) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c30f984..2beed871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2091,9 +2091,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.96" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" +checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index f8ab72da..647101f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ toml = "0.7.4" hmac = "0.12.1" hex = "0.4.3" sha2 = "0.10.7" -serde_json = "1.0.96" +serde_json = "1.0.97" moka = "0.11.2" humantime-serde = "1.1.1" anyhow = "1.0.71"