Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 36f0504

Browse files
Bump tokio from 1.19.2 to 1.21.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.21.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.19.2...tokio-1.21.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 713a85d commit 36f0504

File tree

6 files changed

+11
-30
lines changed

6 files changed

+11
-30
lines changed

Cargo.lock

Lines changed: 6 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
3333

3434
[dev-dependencies]
3535
portpicker = "0.1.1"
36-
tokio = { version = "1.19.2", features = ["macros"] }
36+
tokio = { version = "1.21.0", features = ["macros"] }
3737
url = "2.2.2"
3838

3939
# Substrate

client/pov-recovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cumulus-primitives-core = { path = "../../primitives/core" }
3131
cumulus-relay-chain-interface = {path = "../relay-chain-interface"}
3232

3333
[dev-dependencies]
34-
tokio = { version = "1.19.2", features = ["macros"] }
34+
tokio = { version = "1.21.0", features = ["macros"] }
3535

3636
# Cumulus
3737
cumulus-test-service = { path = "../../test/service" }

client/relay-chain-rpc-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "
1818
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
1919
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" }
2020
sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
21-
tokio = { version = "1.19.2", features = ["sync"] }
21+
tokio = { version = "1.21.0", features = ["sync"] }
2222

2323
futures = "0.3.24"
2424
futures-timer = "3.0.2"

polkadot-parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
9494
assert_cmd = "2.0"
9595
nix = "0.25"
9696
tempfile = "3.3.0"
97-
tokio = { version = "1.19.2", features = ["macros", "time", "parking_lot"] }
97+
tokio = { version = "1.21.0", features = ["macros", "time", "parking_lot"] }
9898
wait-timeout = "0.2"
9999
# purge_chain_works works with rococo-local and needs to allow this
100100
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master", features = ["rococo-native"] }

test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ criterion = { version = "0.3.6", features = [ "async_tokio" ] }
1616
jsonrpsee = { version = "0.15.1", features = ["server"] }
1717
rand = "0.8.5"
1818
serde = { version = "1.0.144", features = ["derive"] }
19-
tokio = { version = "1.19.2", features = ["macros"] }
19+
tokio = { version = "1.21.0", features = ["macros"] }
2020
tracing = "0.1.36"
2121
url = "2.2.2"
2222

0 commit comments

Comments
 (0)