simplify futures

This commit is contained in:
John Smith
2022-06-29 10:34:23 -04:00
parent 018d7da429
commit e49f7a89c0
5 changed files with 8 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ cfg-if = "^1"
serde = "^1"
serde_derive = "^1"
serde_yaml = "^0"
futures = "^0"
futures-util = { version = "^0", default_features = false, features = ["alloc"] }
url = "^2"
ctrlc = "^3"
lazy_static = "^1"