Remove all spin_on

This commit is contained in:
2022-06-18 15:09:09 +00:00
committed by GitHub
parent 6f9b6ef254
commit 5cecdd4359
4 changed files with 36 additions and 35 deletions

View File

@@ -20,6 +20,7 @@ http = "0.2"
http-content-range = "0.1"
indicatif = "0.17.0-rc.11"
int-enum = "0.4"
itertools = "0.10"
json = "0.12"
lazy_static = "1.4"
modular-bitfield = "0.11"
@@ -28,7 +29,6 @@ proc_macros = { path = "proc_macros" }
regex = "1"
reqwest = { version = "0.11", features = ["brotli", "deflate", "gzip", "rustls-tls", "socks", "stream"] }
RustyXML = "0.3"
spin_on = "0.1.1"
tokio = { version = "1.19", features = ["rt", "macros", "rt-multi-thread", "time"] }
url = "2.2"
urlparse = "0.7"