From 6d4a71791677b73d57147ce74e36a3e6075b470b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:41:53 +0000 Subject: [PATCH] Bump redis from 0.25.4 to 0.27.6 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.4 to 0.27.6. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.4...redis-0.27.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44cbc09..327fb67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,6 +885,12 @@ dependencies = [ "derive_arbitrary", ] +[[package]] +name = "arc-swap" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" + [[package]] name = "argminmax" version = "0.6.2" @@ -7644,7 +7650,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "rayon", - "redis", + "redis 0.25.4", "reqwest 0.12.9", "reth", "reth-basic-payload-builder", @@ -7725,7 +7731,7 @@ dependencies = [ "prost", "rand 0.8.5", "rbuilder", - "redis", + "redis 0.27.6", "reqwest 0.11.27", "reth", "reth-db", @@ -7770,6 +7776,24 @@ dependencies = [ "url", ] +[[package]] +name = "redis" +version = "0.27.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc" +dependencies = [ + "arc-swap", + "combine", + "itertools 0.13.0", + "itoa", + "num-bigint", + "percent-encoding", + "ryu", + "sha1_smol", + "socket2", + "url", +] + [[package]] name = "redox_syscall" version = "0.4.1" diff --git a/Cargo.toml b/Cargo.toml index e94e0ce..4871ad5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ alloy-provider = { version = "0.5.4" } prometheus = "0.13.4" ctor = "0.2" flume = "0.11.0" -redis = "0.25.4" +redis = "0.27.6" tonic = "0.8" prost = "0.11" tokio-stream = { version = "0.1", features = ["net"] }