1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +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

@ -25,7 +25,7 @@ tokio = { version = "1", features = ["sync"] }
actix-rt = "2.6"
actix-web = "4.0.1"
anyhow = "1.0"
futures = "0.3"
futures-util = "0.3.17"
log = "0.4"
pretty_env_logger = "0.5"
tokio = { version = "1", features = ["sync"] }