Bump async-std from 1.9.0 to 1.10.0 (#9759)

Bumps [async-std](https://github.com/async-rs/async-std) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/async-rs/async-std/releases)
- [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-rs/async-std/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: async-std
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-29 10:53:15 +02:00
committed by GitHub
parent 8684b73b46
commit 559faf1c61
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
tracing = "0.1.25"
[dev-dependencies]
async-std = "1.6.5"
async-std = "1.10.0"
quickcheck = "1.0.3"
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
+1 -1
View File
@@ -18,7 +18,7 @@ prost-build = "0.8"
[dependencies]
async-trait = "0.1"
async-std = "1.6.5"
async-std = "1.10.0"
bitflags = "1.3.2"
cid = "0.6.0"
bytes = "1"
+1 -1
View File
@@ -13,7 +13,7 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
async-std = "1.6.5"
async-std = "1.10.0"
sc-network = { version = "0.10.0-dev", path = "../" }
log = "0.4.8"
parking_lot = "0.11.1"
+1 -1
View File
@@ -86,4 +86,4 @@ directories = "3.0.2"
[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime/" }
async-std = { version = "1.6.5", default-features = false }
async-std = { version = "1.10.0", default-features = false }