diff --git a/Cargo.lock b/Cargo.lock index b6c621b..478c084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2206,9 +2206,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bc1ea653e0b2e097db3ebb5b7f678be339620b8041f66b30a308c1d45d36a7f" +checksum = "bd673deb3d184140109c1e27b043c2354cb79399c3ef304c365fc628092ed773" dependencies = [ "async-std", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 771335a..6ff7080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tucana = { version = "0.0.28", features = ["aquila"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24" -redis = { version = "0.31.0", features = [ +redis = { version = "0.32.0", features = [ "aio", "tokio-comp", "async-std-comp",