Update Rust crate redis to v0.27.4

This commit is contained in:
renovate[bot] 2024-10-09 21:35:35 +00:00 committed by GitHub
parent 7aa3a622d9
commit 966b87c052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
Cargo.lock generated
View file

@ -1113,7 +1113,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"windows-targets 0.52.6", "windows-targets 0.48.5",
] ]
[[package]] [[package]]
@ -1753,9 +1753,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.27.2" version = "0.27.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7e86f5670bd8b028edfb240f0616cad620705b31ec389d55e4f3da2c38dcd48" checksum = "dc6baebe319ef5e4b470f248335620098d1c2e9261e995be05f56f719ca4bdb2"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-trait", "async-trait",
@ -1771,7 +1771,7 @@ dependencies = [
"sha1_smol", "sha1_smol",
"socket2", "socket2",
"tokio", "tokio",
"tokio-retry", "tokio-retry2",
"tokio-util", "tokio-util",
"url", "url",
] ]
@ -2409,10 +2409,10 @@ dependencies = [
] ]
[[package]] [[package]]
name = "tokio-retry" name = "tokio-retry2"
version = "0.3.0" version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" checksum = "903934dba1c4c2f2e9cb460ef10b5695e0b0ecad3bf9ee7c8675e540c5e8b2d1"
dependencies = [ dependencies = [
"pin-project", "pin-project",
"rand", "rand",