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"