diff --git a/Cargo.lock b/Cargo.lock index 46df5b64478..5e16524cb13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4567,9 +4567,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" +checksum = "1326371ccc7b3cd1c0c603f6eb3490a1ddecf1e7fb4a3caacf5db4684f5a7db9" dependencies = [ "async-trait", "bytes", diff --git a/hole-punching-tests/Cargo.toml b/hole-punching-tests/Cargo.toml index a1a191d2e36..6a80c212d88 100644 --- a/hole-punching-tests/Cargo.toml +++ b/hole-punching-tests/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.10.1" futures = "0.3.29" libp2p = { path = "../libp2p", features = ["tokio", "dcutr", "identify", "macros", "noise", "ping", "relay", "tcp", "yamux", "quic"] } tracing = "0.1.37" -redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] } +redis = { version = "0.23.4", default-features = false, features = ["tokio-comp"] } tokio = { version = "1.34.0", features = ["full"] } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index eba65b782e7..ef224c5fcaa 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -28,7 +28,7 @@ libp2p-noise = { workspace = true } libp2p-tls = { workspace = true } libp2p-webrtc = { workspace = true, features = ["tokio"] } mime_guess = "2.0" -redis = { version = "0.23.3", default-features = false, features = [ +redis = { version = "0.23.4", default-features = false, features = [ "tokio-comp", ] } rust-embed = "8.0"