From 08db294cfcf3d7f80afc7b0d8cb0f1015522a3aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:15:55 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.108 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf2004d..06ae984 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1266,9 +1266,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.107" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 8579bce..e195263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ redis = { version = "0.23.3", default-features = false, features = ["tokio-comp" regex = "1.10.2" reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.190", default-features = false, features = ["derive"]} -serde_json = "1.0.107" +serde_json = "1.0.108" tokio = { version = "1.33.0", features = ["full"] }