From 24db5d5d4d7c823d800cd539aea39aec71c4cbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:25:41 +0000 Subject: [PATCH] Bump redis from 0.23.3 to 0.25.3 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.25.3. - [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.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4b961d..eafd8d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1376,9 +1376,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" +checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd" dependencies = [ "async-trait", "bytes", @@ -1389,7 +1389,7 @@ dependencies = [ "pin-project-lite", "ryu", "sha1_smol", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tokio-util", "url", diff --git a/Cargo.toml b/Cargo.toml index f412784..5a1252f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ warp = { version = "0.3", features = ["tls"] } serde = "1.0" serde_json = "1.0" serde_derive = "1.0" -redis = { version = "0.23", features = ["tokio-comp"] } +redis = { version = "0.25", features = ["tokio-comp"] } thiserror = "1.0" dashmap = "5.5" reqwest = { version = "0.12", features = ["json"] }