diff --git a/Cargo.lock b/Cargo.lock index 7e0aaf3a7..9d41a648a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5393,7 +5393,7 @@ dependencies = [ "rand_hc", "rand_xoshiro", "rayon", - "redis 0.27.4", + "redis 0.27.5", "regex", "reqwest", "rfd", @@ -5784,9 +5784,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.27.4" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6baebe319ef5e4b470f248335620098d1c2e9261e995be05f56f719ca4bdb2" +checksum = "81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5" dependencies = [ "ahash", "arc-swap",