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:
Joe Ranweiler
2021-05-15 11:06:41 -07:00
committed by GitHub
parent 811264e249
commit ecec227c33
5 changed files with 6 additions and 255 deletions

View File

@ -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"