From 15698b10f884a471f0d39ec880a4edd99436eecb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 20:42:00 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.90 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cded26..f7a6497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,9 +1138,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" +checksum = "8778cc0b528968fe72abec38b5db5a20a70d148116cd9325d2bc5f5180ca3faf" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index a980a98..8efe4de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ redis = { version = "0.22.1", default-features = false, features = ["tokio-comp" regex = "1.7.0" reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.151", default-features = false, features = ["derive"]} -serde_json = "1.0.89" +serde_json = "1.0.90" tokio = { version = "1.23.0", features = ["full"] }