From c10050d21b4058fcd19a03338f959f941012d4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 00:47:33 +0000 Subject: [PATCH] chore(deps): bump redis from 0.27.6 to 0.29.1 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.27.6 to 0.29.1. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.27.6...redis-0.29.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9cda39..9aa2d49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5500,13 +5500,12 @@ dependencies = [ [[package]] name = "redis" -version = "0.27.6" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc" +checksum = "8034fb926579ff49d3fe58d288d5dcb580bf11e9bccd33224b45adebf0fd0c23" dependencies = [ "arc-swap", "combine", - "itertools 0.13.0", "itoa", "num-bigint", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 2fb536a..f690fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,5 +75,5 @@ extism = { version = "1.2.0", optional = true } mithril-client = { version = "^0.8", optional = true, features = ["fs"] } miette = { version = "7.2.0", features = ["fancy"] } itertools = "0.12.1" -redis = { version = "0.27.6", optional = true } +redis = { version = "0.29.1", optional = true } utxorpc = { version = "0.10.0", optional = true }