1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: update db-redis redis dep

This commit is contained in:
Rob Ede
2024-12-28 20:25:06 +00:00
parent f6955a278a
commit 0633fd447b
5 changed files with 30 additions and 36 deletions

33
Cargo.lock generated
View File

@ -1753,7 +1753,7 @@ dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools 0.13.0",
"itertools 0.12.1",
"proc-macro2",
"quote",
"regex",
@ -2586,9 +2586,9 @@ version = "1.0.0"
dependencies = [
"actix-web",
"env_logger",
"log",
"redis 0.25.4",
"redis 0.27.6",
"serde",
"tracing",
]
[[package]]
@ -6045,7 +6045,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
dependencies = [
"anyhow",
"itertools 0.13.0",
"itertools 0.12.1",
"proc-macro2",
"quote",
"syn 2.0.90",
@ -6226,30 +6226,6 @@ dependencies = [
"bitflags 2.6.0",
]
[[package]]
name = "redis"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec"
dependencies = [
"arc-swap",
"async-trait",
"bytes",
"combine",
"futures",
"futures-util",
"itoa",
"percent-encoding",
"pin-project-lite",
"ryu",
"sha1_smol",
"socket2",
"tokio",
"tokio-retry",
"tokio-util",
"url",
]
[[package]]
name = "redis"
version = "0.26.1"
@ -6293,6 +6269,7 @@ dependencies = [
"pin-project-lite",
"ryu",
"sha1_smol",
"socket2",
"tokio",
"tokio-util",
"url",