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

20
Cargo.lock generated
View File

@@ -809,6 +809,15 @@ version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.2"
@@ -1237,6 +1246,7 @@ dependencies = [
"http-content-range",
"indicatif",
"int-enum",
"itertools",
"json",
"lazy_static",
"link-cplusplus",
@@ -1245,7 +1255,6 @@ dependencies = [
"proc_macros",
"regex",
"reqwest",
"spin_on",
"tokio",
"url",
"urlparse",
@@ -1564,15 +1573,6 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin_on"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076e103ed41b9864aa838287efe5f4e3a7a0362dd00671ae62a212e5e4612da2"
dependencies = [
"pin-utils",
]
[[package]]
name = "static_assertions"
version = "1.1.0"