diff --git a/Cargo.lock b/Cargo.lock index 66b09f5f..698d1877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,7 +1265,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "regex", @@ -1832,7 +1832,7 @@ version = "0.18.0" dependencies = [ "anyhow", "curl", - "redis 0.27.6", + "redis 0.28.1", "rumqttc", "tokio", ] @@ -4123,7 +4123,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if 1.0.0", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -5714,7 +5714,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b" dependencies = [ "heck 0.5.0", - "itertools 0.13.0", + "itertools 0.10.5", "log", "multimap 0.10.0", "once_cell", @@ -5760,7 +5760,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.90", @@ -8856,7 +8856,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 0a2f72ea..02dab01b 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.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } rumqttc = "0.24.0" tokio = { version = "1", features = ["rt", "macros", "process"] } \ No newline at end of file