From 95d686e5e478b6a602dad9c32535a3e95fbbc5c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 00:39:41 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.107 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1581f1..223d8e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,9 +1241,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.106" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" +checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 96ba310..5180cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ redis = { version = "0.23.3", default-features = false, features = ["tokio-comp" regex = "1.9.5" reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.188", default-features = false, features = ["derive"]} -serde_json = "1.0.106" +serde_json = "1.0.107" tokio = { version = "1.32.0", features = ["full"] }