From 3b5ff8e75cd4aae72c79927b38a601cce1d55635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:27:16 +0000 Subject: [PATCH] chore(deps): bump redis from 0.28.0 to 0.28.1 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] --- Cargo.lock | 14 ++------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0eab7e..9b36801 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1204,15 +1204,6 @@ version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.14" @@ -1697,15 +1688,14 @@ 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", "futures-util", - "itertools", "itoa", "num-bigint", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 3cfec7d..84c039b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ paste = "1.0.15" poise = { git = "https://github.com/serenity-rs/poise.git", branch = "serenity-next" } rand = "0.8.5" rayon = "1.10.0" -redis = { version = "0.28.0", features = ["tokio-rustls-comp", "tls-rustls-webpki-roots"] } +redis = { version = "0.28.1", features = ["tokio-rustls-comp", "tls-rustls-webpki-roots"] } regex = "1.11.1" reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "json", "brotli", "gzip", "zstd"] } serde = { version = "1.0.217", features = ["derive"] }