From f3baf7f874c809d663cccc0f0fef5e3aa90daef9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:34:48 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.112 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8000b64..21585c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,9 +1272,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 903c246..99b0dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ redis = { version = "0.24.0", default-features = false, features = ["tokio-comp" regex = "1.10.3" reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.196", default-features = false, features = ["derive"]} -serde_json = "1.0.111" +serde_json = "1.0.112" tokio = { version = "1.35.1", features = ["full"] }