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"] }