1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00

Merge pull request #916 from actix/dependabot/cargo/redis-0.26.1

chore(deps): bump redis from 0.25.4 to 0.26.1
This commit is contained in:
Rob Ede 2024-09-17 01:21:55 +00:00 committed by GitHub
commit 8658635aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
Cargo.lock generated
View File

@ -2591,7 +2591,7 @@ dependencies = [
"actix-web", "actix-web",
"env_logger", "env_logger",
"log", "log",
"redis 0.25.4", "redis 0.26.1",
"serde", "serde",
] ]
@ -4505,7 +4505,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]]
@ -6132,7 +6132,6 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"ryu", "ryu",
"sha1_smol", "sha1_smol",
"socket2",
"tokio", "tokio",
"tokio-retry", "tokio-retry",
"tokio-util", "tokio-util",
@ -6156,6 +6155,8 @@ dependencies = [
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"ryu", "ryu",
"sha1_smol",
"socket2",
"tokio", "tokio",
"tokio-retry", "tokio-retry",
"tokio-util", "tokio-util",