mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
Remove transitive async-std
dep (#892)
Now that we've updated our `tokio` version, we can easily remove this redundant async runtime dependency (and its transitive deps).
This commit is contained in:
@ -15,7 +15,7 @@ arraydeque = "0.4.5"
|
||||
appinsights = "0.1"
|
||||
async-trait = "0.1"
|
||||
atexit = { path = "../atexit" }
|
||||
backoff = { version = "0.3", features = ["async-std"] }
|
||||
backoff = { version = "0.3", features = ["tokio"] }
|
||||
clap = "2.33"
|
||||
crossterm = "0.18"
|
||||
env_logger = "0.8"
|
||||
|
Reference in New Issue
Block a user