Use futures_util
This commit is contained in:
parent
1a248f1dc1
commit
aa5b6fa603
5 changed files with 9 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ build = "src/build.rs"
|
|||
[dependencies]
|
||||
users = "0.11.0"
|
||||
regex = "1.0.1"
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
async-trait = "0.1"
|
||||
tokio = { version = "1.6.1", features = ["rt", "process", "io-util", "macros", "sync"] }
|
||||
once_cell = "1.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue