From f2ea10aa9f8769db4ee8939f6937b936ee340603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:23:20 +0000 Subject: [PATCH] deps: bump redis from 0.23.3 to 0.25.4 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.25.4. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.25.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hole-punching-tests/Cargo.toml | 2 +- interop-tests/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ed06136646..591541bd438 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4720,9 +4720,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" +checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec" dependencies = [ "async-trait", "bytes", diff --git a/hole-punching-tests/Cargo.toml b/hole-punching-tests/Cargo.toml index 9e6fb15965d..8615bdfddf5 100644 --- a/hole-punching-tests/Cargo.toml +++ b/hole-punching-tests/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.10.2" futures = "0.3.30" 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.25.4", default-features = false, features = ["tokio-comp"] } tokio = { version = "1.36.0", features = ["full"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index 81c17e19303..01479efaba0 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.25.4", default-features = false, features = [ "tokio-comp", ] } rust-embed = "8.2"