From 38707ab454195b4381761c658e921eadd7bb9fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Silva=20de=20Souza?= <77391175+joao-paulo-parity@users.noreply.github.com> Date: Fri, 1 Oct 2021 05:22:15 -0300 Subject: [PATCH] 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 --- polkadot/node/core/pvf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index 23ee5fab43..51f4c8a7b1 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -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"