From e96fb6c9f173e91ed2a837cd86bcbffc0c4ece0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:33:04 +0000 Subject: [PATCH] Bump redis from 0.29.5 to 0.30.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.29.5 to 0.30.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.29.5...redis-0.30.0) --- updated-dependencies: - dependency-name: redis dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++++++++++++++--- chirpstack-integration/Cargo.toml | 2 +- chirpstack/Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7e3514c..fb550d8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,7 +888,7 @@ dependencies = [ "rand 0.9.1", "rcgen", "rdkafka", - "redis", + "redis 0.30.0", "regex", "reqwest", "rquickjs", @@ -952,7 +952,7 @@ dependencies = [ "anyhow", "async-trait", "chirpstack_api", - "redis", + "redis 0.30.0", "serde", "serde_json", "tokio", @@ -1278,7 +1278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c136f185b3ca9d1f4e4e19c11570e1002f4bfdd592d589053e225716d613851f" dependencies = [ "deadpool", - "redis", + "redis 0.29.5", "serde", ] @@ -3883,6 +3883,32 @@ dependencies = [ "percent-encoding", "pin-project-lite", "rand 0.9.1", + "ryu", + "socket2 0.5.9", + "tokio", + "tokio-util", + "url", +] + +[[package]] +name = "redis" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "438a4e5f8e9aa246d6f3666d6978441bf1b37d5f417b50c4dd220be09f5fcc17" +dependencies = [ + "arc-swap", + "bytes", + "cfg-if", + "combine", + "crc16", + "futures-sink", + "futures-util", + "itoa", + "log", + "num-bigint", + "percent-encoding", + "pin-project-lite", + "rand 0.9.1", "rustls 0.23.26", "rustls-native-certs 0.8.1", "ryu", diff --git a/chirpstack-integration/Cargo.toml b/chirpstack-integration/Cargo.toml index a8c41ae2..f253692c 100644 --- a/chirpstack-integration/Cargo.toml +++ b/chirpstack-integration/Cargo.toml @@ -10,7 +10,7 @@ [dependencies] chirpstack_api = { path = "../api/rust", version = "4.12.1" } - redis = { version = "0.29", features = [ + redis = { version = "0.30", features = [ "cluster-async", "tokio-rustls-comp", ] } diff --git a/chirpstack/Cargo.toml b/chirpstack/Cargo.toml index 4ff5437a..fdf865de 100644 --- a/chirpstack/Cargo.toml +++ b/chirpstack/Cargo.toml @@ -34,7 +34,7 @@ tokio-postgres = { version = "0.7", optional = true } tokio-postgres-rustls = { version = "0.13", optional = true } bigdecimal = "0.4" - redis = { version = "0.29", features = ["tls-rustls", "tokio-rustls-comp"] } + redis = { version = "0.30", features = ["tls-rustls", "tokio-rustls-comp"] } deadpool-redis = { version = "0.20", features = ["cluster", "serde"] } # Logging