From ca513a42586360428b77ca0561200f6fadc04e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:23:22 +0000 Subject: [PATCH] dep-update: bump redis from 0.28.0 to 0.28.1 (#656) Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.28.0...redis-0.28.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62b4e883..89fc3fd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3239,16 +3239,15 @@ dependencies = [ [[package]] name = "redis" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff21dd025d2d3d2a6ad6788c0f7153f82d063216a7638f70367aac5790fea5da" +checksum = "9f89727cba9cec05cc579942321ff6dd09fe57a8b3217f52f952301efa010da5" dependencies = [ "arc-swap", "bytes", "combine", "crc16", "futures-util", - "itertools 0.13.0", "itoa", "num-bigint", "percent-encoding", diff --git a/server/Cargo.toml b/server/Cargo.toml index 1515c283..1edf6eec 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -62,7 +62,7 @@ prometheus = { version = "0.13.4", features = ["process"] } prometheus-reqwest-remote-write = { version = "0.2.1" } prometheus-static-metric = "0.5.1" rand = "0.8.5" -redis = { version = "0.28.0", features = [ +redis = { version = "0.28.1", features = [ "tokio-comp", "tokio-rustls-comp", "cluster",