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

This commit is contained in:
2024-10-06 00:25:51 +00:00
committed by Pierre HUBERT
parent a66d8eca8a
commit 9e652e9f84
2 changed files with 5 additions and 5 deletions

View File

@ -2933,9 +2933,9 @@ dependencies = [
[[package]]
name = "redis"
version = "0.27.2"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7e86f5670bd8b028edfb240f0616cad620705b31ec389d55e4f3da2c38dcd48"
checksum = "92f61607c4c4442b575fbc3f31a5dd4e5dd69cfea8f6afec5b83e24f61c126ab"
dependencies = [
"arc-swap",
"combine",