diff --git a/Cargo.lock b/Cargo.lock index 54127de..a659490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,9 +1272,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.109" +version = "1.0.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" +checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 3b12412..e2a77a3 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.194", default-features = false, features = ["derive"]} -serde_json = "1.0.109" +serde_json = "1.0.110" tokio = { version = "1.35.1", features = ["full"] }