Remove the streamunordered crate (#3339)

The functionality is now provided by the `futures` crate.
This commit is contained in:
Bastian Köcher
2021-06-21 21:48:33 +02:00
committed by GitHub
parent 74baed8b39
commit 3d2931ace5
3 changed files with 7 additions and 29 deletions
-13
View File
@@ -6385,7 +6385,6 @@ dependencies = [
"sp-application-crypto",
"sp-core",
"sp-keystore",
"streamunordered",
"substrate-prometheus-endpoint",
"thiserror",
"tracing",
@@ -10052,18 +10051,6 @@ dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "streamunordered"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9394ee1338fee8370bee649f8a7170b3a56917903a0956467ad192dcf8699ca"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"slab",
]
[[package]]
name = "string"
version = "0.2.1"