From f5ae21134e8452864dcb59f95164d83b2b2aa674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:45:33 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.109 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f8dbe4..378712a 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.2" reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.193", default-features = false, features = ["derive"]} -serde_json = "1.0.108" +serde_json = "1.0.109" tokio = { version = "1.35.1", features = ["full"] }