diff --git a/Cargo.lock b/Cargo.lock index f6092b40..11927d52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,7 +1553,7 @@ version = "0.17.0" dependencies = [ "anyhow", "curl", - "redis 0.25.4", + "redis 0.27.6", "rumqttc", "tokio", ] @@ -3111,7 +3111,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.8", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -8489,7 +8489,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.8.5", "static_assertions", ] diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 0efe63eb..0a2f72ea 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -9,6 +9,6 @@ license.workspace = true [dev-dependencies] anyhow = "1" curl = { version = "0.4", features = ["static-curl"] } -redis = { version = "0.25", features = ["tokio-comp"] } +redis = { version = "0.27", features = ["tokio-comp"] } rumqttc = "0.24.0" tokio = { version = "1", features = ["rt", "macros", "process"] } \ No newline at end of file