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