diff --git a/Cargo.lock b/Cargo.lock index d5b9e31..a0bef2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2183,13 +2183,14 @@ dependencies = [ [[package]] name = "redis" -version = "0.29.5" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f" +checksum = "438a4e5f8e9aa246d6f3666d6978441bf1b37d5f417b50c4dd220be09f5fcc17" dependencies = [ "arc-swap", "async-std", "bytes", + "cfg-if", "combine", "futures-util", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 7dd1907..04a282b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tucana = { version = "0.0.20", features = ["all"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24" -redis = { version = "0.29.0", features = [ +redis = { version = "0.30.0", features = [ "aio", "tokio-comp", "async-std-comp",