1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

chore: bump futures-* deps

This commit is contained in:
Rob Ede
2024-03-02 21:29:40 +00:00
parent f0c33a970f
commit db2193b8c5
6 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@ tracing = { version = "0.1.30", default-features = false, features = ["log"] }
# redis-actor-session
actix = { version = "0.13", default-features = false, optional = true }
actix-redis = { version = "0.12", optional = true }
futures-core = { version = "0.3.7", default-features = false, optional = true }
futures-core = { version = "0.3.17", optional = true }
# redis-rs-session
redis = { version = "0.24", default-features = false, features = ["tokio-comp", "connection-manager"], optional = true }