bump async-std's version to remove conflict for substrate (#3981)

https://gitlab.parity.io/parity/substrate/-/jobs/1151852#L367

https://gitlab.parity.io/parity/substrate/-/jobs/1151852#L369
This commit is contained in:
João Paulo Silva de Souza
2021-10-01 05:22:15 -03:00
committed by GitHub
parent 672ee582e0
commit 38707ab454
+1 -1
View File
@@ -10,7 +10,7 @@ path = "bin/puppet_worker.rs"
[dependencies]
always-assert = "0.1"
async-std = { version = "1.8.0", features = ["attributes"] }
async-std = { version = "1.10.0", features = ["attributes"] }
async-process = "1.1.0"
assert_matches = "1.4.0"
futures = "0.3.17"