From 9f664ad166a0c92b7f9829ecb0c751435e1f7a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:38:57 +0000 Subject: [PATCH] deps: bump redis from 0.23.3 to 0.25.2 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.25.2. - [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.2) --- 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..af8b6be0712 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4720,9 +4720,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" +checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb" dependencies = [ "async-trait", "bytes", diff --git a/hole-punching-tests/Cargo.toml b/hole-punching-tests/Cargo.toml index 9e6fb15965d..cb0974a884f 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.2", 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..a3b11a4f3fd 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.2", default-features = false, features = [ "tokio-comp", ] } rust-embed = "8.2"