mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
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:
Generated
+2
-2
@@ -291,9 +291,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-std"
|
||||
version = "1.9.0"
|
||||
version = "1.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
|
||||
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
|
||||
dependencies = [
|
||||
"async-attributes",
|
||||
"async-channel",
|
||||
|
||||
@@ -122,7 +122,7 @@ nix = "0.19"
|
||||
serde_json = "1.0"
|
||||
regex = "1"
|
||||
platforms = "1.1"
|
||||
async-std = { version = "1.6.5", features = ["attributes"] }
|
||||
async-std = { version = "1.10.0", features = ["attributes"] }
|
||||
soketto = "0.4.2"
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -17,7 +17,7 @@ log = "0.4.8"
|
||||
prometheus = { version = "0.11.0", default-features = false }
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["io"] }
|
||||
derive_more = "0.99"
|
||||
async-std = { version = "1.6.5", features = ["unstable"] }
|
||||
async-std = { version = "1.10.0", features = ["unstable"] }
|
||||
tokio = "1.10"
|
||||
hyper = { version = "0.14.11", default-features = false, features = ["http1", "server", "tcp"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user