diff --git a/Cargo.lock b/Cargo.lock index ca162a43729..d2b5ea193f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6717,9 +6717,9 @@ checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" [[package]] name = "redis" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76e41a79ae5cbb41257d84cf4cf0db0bb5a95b11bf05c62c351de4fe748620d" +checksum = "f44e94c96d8870a387d88ce3de3fdd608cbfc0705f03cb343cdde91509d3e49a" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index f046dcc7a6c..2107c28a2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ itertools = "0.14.0" lazy_static = "1.5.0" prost = "0.14" prost-types = "0.14" -redis = { version = "1.1.0", features = [ +redis = { version = "1.2.0", features = [ "aio", "connection-manager", "tokio-comp",