mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Bump tokio from 1.31.0 to 1.32.0 (#3029)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.31.0...tokio-1.32.0) --- updated-dependencies: - dependency-name: tokio 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
@@ -15066,9 +15066,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.31.0"
|
version = "1.32.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920"
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
portpicker = "0.1.1"
|
portpicker = "0.1.1"
|
||||||
tokio = { version = "1.31.0", features = ["macros"] }
|
tokio = { version = "1.32.0", features = ["macros"] }
|
||||||
url = "2.4.0"
|
url = "2.4.0"
|
||||||
|
|
||||||
# Substrate
|
# Substrate
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ cumulus-relay-chain-interface = {path = "../relay-chain-interface"}
|
|||||||
async-trait = "0.1.73"
|
async-trait = "0.1.73"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.31.0", features = ["macros"] }
|
tokio = { version = "1.32.0", features = ["macros"] }
|
||||||
portpicker = "0.1.1"
|
portpicker = "0.1.1"
|
||||||
|
|
||||||
# Cumulus
|
# Cumulus
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ lru = "0.11.0"
|
|||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.73"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
tokio = { version = "1.31.0", features = ["macros"] }
|
tokio = { version = "1.32.0", features = ["macros"] }
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
|
|||||||
sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|
||||||
tokio = { version = "1.31.0", features = ["sync"] }
|
tokio = { version = "1.32.0", features = ["sync"] }
|
||||||
|
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
|
|||||||
assert_cmd = "2.0"
|
assert_cmd = "2.0"
|
||||||
nix = { version = "0.26.1", features = ["signal"] }
|
nix = { version = "0.26.1", features = ["signal"] }
|
||||||
tempfile = "3.7.1"
|
tempfile = "3.7.1"
|
||||||
tokio = { version = "1.31.0", features = ["macros", "time", "parking_lot"] }
|
tokio = { version = "1.32.0", features = ["macros", "time", "parking_lot"] }
|
||||||
wait-timeout = "0.2"
|
wait-timeout = "0.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ criterion = { version = "0.5.1", features = [ "async_tokio" ] }
|
|||||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
serde = { version = "1.0.183", features = ["derive"] }
|
serde = { version = "1.0.183", features = ["derive"] }
|
||||||
tokio = { version = "1.31.0", features = ["macros"] }
|
tokio = { version = "1.32.0", features = ["macros"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
url = "2.4.0"
|
url = "2.4.0"
|
||||||
tempfile = "3.7.1"
|
tempfile = "3.7.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user