1
0
mirror of https://github.com/actix/examples synced 2025-04-22 00:26:51 +02:00

Update Cargo.toml

This commit is contained in:
Rob Ede 2025-04-09 22:40:38 +01:00 committed by GitHub
parent 94f20bb481
commit f7f01a179d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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