diff --git a/Cargo.lock b/Cargo.lock index 4d3257d..417a494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,9 +1220,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.100" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" +checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 0d0d007..66efbab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ redis = { version = "0.23.0", default-features = false, features = ["tokio-comp" regex = "1.9.1" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.171", default-features = false, features = ["derive"]} -serde_json = "1.0.100" +serde_json = "1.0.102" tokio = { version = "1.29.1", features = ["full"] }