Bump async-std from 1.10.0 to 1.11.0 (#11160)

Bumps [async-std](https://github.com/async-rs/async-std) from 1.10.0 to 1.11.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.10.0...v1.11.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]
2022-04-19 12:03:46 +00:00
committed by GitHub
parent 781cd7aac5
commit b506c45d40
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -256,9 +256,9 @@ dependencies = [
[[package]]
name = "async-std"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
dependencies = [
"async-attributes",
"async-channel",
+1 -1
View File
@@ -124,7 +124,7 @@ nix = "0.23"
serde_json = "1.0"
regex = "1.5.5"
platforms = "2.0"
async-std = { version = "1.10.0", features = ["attributes"] }
async-std = { version = "1.11.0", features = ["attributes"] }
soketto = "0.7.1"
criterion = { version = "0.3.5", features = ["async_tokio"] }
tokio = { version = "1.17.0", features = ["macros", "time", "parking_lot"] }
+1 -1
View File
@@ -27,6 +27,6 @@ sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
tracing = "0.1.29"
[dev-dependencies]
async-std = "1.10.0"
async-std = "1.11.0"
quickcheck = "1.0.3"
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
+1 -1
View File
@@ -74,7 +74,7 @@ sp-tracing = { version = "5.0.0", path = "../../primitives/tracing" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
tempfile = "3.1.0"
async-std = "1.10.0"
async-std = "1.11.0"
[features]
default = []
+1 -1
View File
@@ -13,7 +13,7 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
async-std = "1.10.0"
async-std = "1.11.0"
sc-network = { version = "0.10.0-dev", path = "../" }
log = "0.4.8"
parking_lot = "0.12.0"
+1 -1
View File
@@ -86,4 +86,4 @@ directories = "4.0.1"
[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.10.0", default-features = false }
async-std = { version = "1.11.0", default-features = false }