From 732bfe186799df1f0da88a17259c29e1e7e7801c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:01:21 +0000 Subject: [PATCH] chore(deps): bump redis from 0.30.0 to 0.32.3 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.30.0 to 0.32.3. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.30.0...redis-0.32.3) --- updated-dependencies: - dependency-name: redis dependency-version: 0.32.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c077769..60e92f56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,7 +1051,7 @@ dependencies = [ "tokio", "tokio-rustls 0.26.2", "tower-service", - "webpki-roots", + "webpki-roots 0.26.10", ] [[package]] @@ -2014,9 +2014,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.31.0" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bc1ea653e0b2e097db3ebb5b7f678be339620b8041f66b30a308c1d45d36a7f" +checksum = "7f0f6a8c53351d89a3869a703459995a0bcadcfa846002707fbc7e5cca235c4a" dependencies = [ "bytes", "cfg-if", @@ -2038,7 +2038,7 @@ dependencies = [ "tokio-rustls 0.26.2", "tokio-util", "url", - "webpki-roots", + "webpki-roots 1.0.1", ] [[package]] @@ -2134,7 +2134,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots", + "webpki-roots 0.26.10", "windows-registry", ] @@ -2560,7 +2560,7 @@ dependencies = [ "tokio-stream", "tracing", "url", - "webpki-roots", + "webpki-roots 0.26.10", ] [[package]] @@ -3256,7 +3256,7 @@ dependencies = [ "thiserror 2.0.12", "url", "utf-8", - "webpki-roots", + "webpki-roots 0.26.10", ] [[package]] @@ -3356,7 +3356,7 @@ dependencies = [ "rustls 0.23.26", "rustls-pki-types", "url", - "webpki-roots", + "webpki-roots 0.26.10", ] [[package]] @@ -3595,6 +3595,15 @@ dependencies = [ "rustls-pki-types", ] +[[package]] +name = "webpki-roots" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" +dependencies = [ + "rustls-pki-types", +] + [[package]] name = "whoami" version = "1.6.0" diff --git a/Cargo.toml b/Cargo.toml index 81c57d9d..0195ecf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" rust-version = "1.81.0" [dependencies] -redis = { version = "0.31.0", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async", "keep-alive", "tls-rustls", "tokio-rustls-comp", "tls-rustls-webpki-roots", "tls-rustls-insecure"] } +redis = { version = "0.32.3", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async", "keep-alive", "tls-rustls", "tokio-rustls-comp", "tls-rustls-webpki-roots", "tls-rustls-insecure"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.139" thiserror = "2.0.11"