From 3ed15c05590f896f147a93eb0948ed602651be37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:13:37 +0000 Subject: [PATCH] chore(deps): bump redis from 0.27.6 to 0.29.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.27.6 to 0.29.0. - [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.0) --- 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 f4de8b1..2c2852a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5503,13 +5503,12 @@ dependencies = [ [[package]] name = "redis" -version = "0.27.6" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc" +checksum = "9568894e8bdefd16512bca9e286a9d2abc27773609aa4eb7f428497d64df4373" dependencies = [ "arc-swap", "combine", - "itertools 0.13.0", "itoa", "num-bigint", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index d64d92b..279a1bd 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.0", optional = true } utxorpc = { version = "0.10.0", optional = true }