Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
172 changes: 117 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/network-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
wasm-timer = "0.2"

[dev-dependencies]
async-std = "1.6.2"
async-std = "1.6.5"
quickcheck = "0.9.0"
rand = "0.7.2"
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
2 changes: 1 addition & 1 deletion client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ prost-build = "0.6.1"

[dependencies]
async-trait = "0.1"
async-std = { version = "1.6.2", features = ["unstable"] }
async-std = "1.6.5"
bitflags = "1.2.0"
bs58 = "0.3.1"
bytes = "0.5.0"
Expand Down
Loading