From 1ba617d55038e4cc170e60e4a3743d3237a2a611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:16:27 +0000 Subject: [PATCH] chore(deps): update redis requirement from 0.27 to 1.2 Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.27.0...redis-1.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/attestor/Cargo.toml | 2 +- runtime/kms-proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/attestor/Cargo.toml b/runtime/attestor/Cargo.toml index a76ec9cf..90d6b280 100644 --- a/runtime/attestor/Cargo.toml +++ b/runtime/attestor/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde-big-array = "0.4" chrono = { version = "0.4", features = ["serde"] } -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "1.2", features = ["tokio-comp"] } tracing = "0.1" tracing-subscriber = "0.3" anyhow = "1.0" diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 1411445b..0845125d 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -20,6 +20,6 @@ hex = "0.4" hyper = { version = "0.14", features = ["full"] } tower = "0.4" tower-http = { version = "0.4", features = ["cors", "trace"] } -redis = { version = "0.27", features = ["tokio-comp"] } +redis = { version = "1.2", features = ["tokio-comp"] } metrics = "0.21" metrics-exporter-prometheus = "0.12" \ No newline at end of file