Update Rust crate redis to 0.27.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-13 00:31:22 +00:00
committed by Pierre HUBERT
parent ef1685dc82
commit 5005a2f0c2
2 changed files with 3 additions and 3 deletions

View File

@ -2939,9 +2939,9 @@ dependencies = [
[[package]]
name = "redis"
version = "0.26.1"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e902a69d09078829137b4a5d9d082e0490393537badd7c91a3d69d14639e115f"
checksum = "6408b7e62e108fa36b8e44cffa98ae36570cf32cbc996cc3af1f5ecde8782c37"
dependencies = [
"arc-swap",
"combine",