From 64fb42777cbad66b03637a9b2a5d40b315d75176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:56:50 +0000 Subject: [PATCH] Bump redis from 0.27.5 to 0.28.0 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.27.5 to 0.28.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.27.5...redis-0.28.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- subvt-network-status-server/Cargo.toml | 2 +- subvt-network-status-updater/Cargo.toml | 2 +- subvt-notification-generator/Cargo.toml | 2 +- subvt-notification-processor/Cargo.toml | 2 +- subvt-persistence/Cargo.toml | 2 +- subvt-report-service/Cargo.toml | 2 +- subvt-validator-details-server/Cargo.toml | 2 +- subvt-validator-list-server/Cargo.toml | 2 +- subvt-validator-list-updater/Cargo.toml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dc9fe77..d5cdf73b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5094,15 +5094,15 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "redis" -version = "0.27.5" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5" +checksum = "ff21dd025d2d3d2a6ad6788c0f7153f82d063216a7638f70367aac5790fea5da" dependencies = [ "arc-swap", - "async-trait", "bytes", "combine", "futures-util", + "itertools 0.13.0", "itoa", "num-bigint", "percent-encoding", diff --git a/subvt-network-status-server/Cargo.toml b/subvt-network-status-server/Cargo.toml index fbd9504d..0ef03dd2 100644 --- a/subvt-network-status-server/Cargo.toml +++ b/subvt-network-status-server/Cargo.toml @@ -15,7 +15,7 @@ jsonrpsee = { version = "0.24", features = ["full"] } lazy_static = { workspace = true } log = { workspace = true } once_cell = "1" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" subvt-config = { path = "../subvt-config" } diff --git a/subvt-network-status-updater/Cargo.toml b/subvt-network-status-updater/Cargo.toml index 3bbfd3bf..b738e2f8 100644 --- a/subvt-network-status-updater/Cargo.toml +++ b/subvt-network-status-updater/Cargo.toml @@ -11,7 +11,7 @@ chrono = "0.4" lazy_static = { workspace = true } log = { workspace = true } once_cell = "1" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" subvt-config = { path = "../subvt-config" } diff --git a/subvt-notification-generator/Cargo.toml b/subvt-notification-generator/Cargo.toml index b46a02f2..6378408d 100644 --- a/subvt-notification-generator/Cargo.toml +++ b/subvt-notification-generator/Cargo.toml @@ -14,7 +14,7 @@ futures-util = "0.3" lazy_static = { workspace = true } log = { workspace = true } once_cell = "1" -redis = "0.27" +redis = "0.28" rustc-hash = "2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/subvt-notification-processor/Cargo.toml b/subvt-notification-processor/Cargo.toml index d9f15431..d7d8807d 100644 --- a/subvt-notification-processor/Cargo.toml +++ b/subvt-notification-processor/Cargo.toml @@ -20,7 +20,7 @@ lazy_static = { workspace = true } lettre = { version = "0.11", default-features = true, features = ["tokio1-native-tls"]} log = { workspace = true } once_cell = "1" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } rustc-hash = "2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/subvt-persistence/Cargo.toml b/subvt-persistence/Cargo.toml index e91124a9..c9e587d2 100644 --- a/subvt-persistence/Cargo.toml +++ b/subvt-persistence/Cargo.toml @@ -9,7 +9,7 @@ anyhow = { workspace = true } chrono = "0.4" lazy_static = { workspace = true } log = { workspace = true } -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } rustc-hash = "2.0" serde = { version = "1.0" } serde_json = "1.0" diff --git a/subvt-report-service/Cargo.toml b/subvt-report-service/Cargo.toml index c76a1b16..eafffdda 100644 --- a/subvt-report-service/Cargo.toml +++ b/subvt-report-service/Cargo.toml @@ -14,7 +14,7 @@ hex = "0.4" lazy_static = { workspace = true } log = { workspace = true } once_cell = "1" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } rustc-hash = "2.0" serde = { version = "1.0", features = ["derive"] } subvt-config = { path = "../subvt-config" } diff --git a/subvt-validator-details-server/Cargo.toml b/subvt-validator-details-server/Cargo.toml index 97b5fc19..884d00ce 100644 --- a/subvt-validator-details-server/Cargo.toml +++ b/subvt-validator-details-server/Cargo.toml @@ -16,7 +16,7 @@ jsonrpsee-core = "0.24" lazy_static = { workspace = true } log = { workspace = true } once_cell = "1" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" subvt-config = { path = "../subvt-config" } diff --git a/subvt-validator-list-server/Cargo.toml b/subvt-validator-list-server/Cargo.toml index 6a837b21..6ab4a409 100644 --- a/subvt-validator-list-server/Cargo.toml +++ b/subvt-validator-list-server/Cargo.toml @@ -16,7 +16,7 @@ jsonrpsee = { version = "0.24", features = ["full"] } lazy_static = { workspace = true } log = { workspace = true } once_cell = "1" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } rustc-hash = "2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/subvt-validator-list-updater/Cargo.toml b/subvt-validator-list-updater/Cargo.toml index 3a3c6f7c..9bb4fc60 100644 --- a/subvt-validator-list-updater/Cargo.toml +++ b/subvt-validator-list-updater/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "0.1" lazy_static = { workspace = true } log = { workspace = true } once_cell = "1" -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "0.28", features = ["tokio-comp"] } rustc-hash = "2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"