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

View File

@ -109,6 +109,7 @@ openssl = { version = "0.10.60", features = ["v110"] }
parking_lot = "0.12"
pin-project-lite = "0.2"
rand = "0.8"
redis = { version = "0.27" }
reqwest = { version = "0.12", features = ["json", "stream"] }
rustls = "0.23"
rustls-pemfile = "2"