diff --git a/Cargo.lock b/Cargo.lock index cffd532e..702e2528 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2231,9 +2231,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 5a4c4ec9..9980b7b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.77.2" [dependencies] redis = { version = "0.28.1", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async", "keep-alive"] } serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.135" +serde_json = "1.0.139" thiserror = "2.0.11" warp = { version = "0.3.7", features = ["tls"] } tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "signal"] } diff --git a/test_client/Cargo.toml b/test_client/Cargo.toml index 00382c14..c63d0c6e 100644 --- a/test_client/Cargo.toml +++ b/test_client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] tungstenite = { version = "0.26.1", features = ["rustls-tls-webpki-roots", "url"] } -serde_json = "1.0.135" +serde_json = "1.0.139" ureq = "2.12.1" flexi_logger = { version = "0.29.8", features = ["colors"] } log = "0.4.25"