mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
chore: correct futures-util dep specs
This commit is contained in:
@ -20,7 +20,7 @@ all-features = true
|
||||
[dependencies]
|
||||
actix-web = { version = "4", default-features = false }
|
||||
derive_more = "0.99.7"
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
prost = { version = "0.12", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
Reference in New Issue
Block a user