diff --git a/Cargo.lock b/Cargo.lock index 218c5f2..37bd8c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,9 +1926,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.31.0" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bc1ea653e0b2e097db3ebb5b7f678be339620b8041f66b30a308c1d45d36a7f" +checksum = "f2f6fd3fd5bb3a9a48819ae5cbad501968f208c1abd139649e7e2cf5d7f4b40b" dependencies = [ "arc-swap", "async-std", diff --git a/Cargo.toml b/Cargo.toml index cc1de6b..2e0eb19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rust-version = "1.85.0" metrics = { path = "metrics" } prost = "0.13" prost-types = { version = "0.13" } -redis = { version = "0.31", features = ["json", "aio", "tokio-comp", "async-std-comp", "connection-manager"], optional = true } +redis = { version = "0.32", features = ["json", "aio", "tokio-comp", "async-std-comp", "connection-manager"], optional = true } tokio = { version = "1.41", features = ["full", "test-util"] } tonic = "0.13" tonic-health = "0.13"