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

Commit 4248524

Browse files
koutebkchr
andauthored
Bump tokio to 1.17.0 (#4965)
* Bump `tokio` to 1.17.0 * Bump the `tokio` version in the test service too * Revert changes to `bridges/relays/client-substrate/Cargo.toml` Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
1 parent daa4e3a commit 4248524

File tree

8 files changed

+23
-22
lines changed

8 files changed

+23
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parity-util-mem = { version = "*", default-features = false, features = ["jemall
2121
assert_cmd = "2.0.4"
2222
nix = "0.23.1"
2323
tempfile = "3.2.0"
24-
tokio = "1.16.1"
24+
tokio = "1.17.0"
2525
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" }
2626
polkadot-core-primitives = { path = "core-primitives" }
2727

node/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ assert_cmd = "2.0.4"
2828
nix = "0.23.1"
2929
tempfile = "3.2.0"
3030
hyper = { version = "0.14.17", default-features = false, features = ["http1", "tcp"] }
31-
tokio = "1.16"
31+
tokio = "1.17.0"
3232
polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]}
3333
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
3434
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }

node/test/service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hex = "0.4.3"
1111
tracing = "0.1.31"
1212
rand = "0.8.5"
1313
tempfile = "3.2.0"
14-
tokio = "1.16.1"
14+
tokio = "1.17.0"
1515

1616
# Polkadot dependencies
1717
polkadot-overseer = { path = "../../overseer" }
@@ -61,7 +61,7 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc
6161
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
6262
serde_json = "1.0.79"
6363
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
64-
tokio = { version = "1.16", features = ["macros"] }
64+
tokio = { version = "1.17.0", features = ["macros"] }
6565

6666
[features]
6767
runtime-metrics=["polkadot-test-runtime/runtime-metrics"]

node/zombienet-backchannel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
publish = false
1010

1111
[dependencies]
12-
tokio = { version = "1.16.1", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
12+
tokio = { version = "1.17.0", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
1313
url = "2.0.0"
1414
tokio-tungstenite = "0.16"
1515
futures-util = "0.3.21"

parachain/test-parachains/adder/collator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch
4444
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
4545
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
4646

47-
tokio = { version = "1.16", features = ["macros"] }
47+
tokio = { version = "1.17.0", features = ["macros"] }

utils/remote-ext-tests/bags-list/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
1919

2020
clap = { version = "3.0", features = ["derive"] }
2121
log = "0.4.14"
22-
tokio = { version = "1", features = ["macros"] }
22+
tokio = { version = "1.17.0", features = ["macros"] }

utils/staking-miner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ paste = "1.0.6"
1414
serde = "1.0.136"
1515
serde_json = "1.0"
1616
thiserror = "1.0.30"
17-
tokio = { version = "1.16", features = ["macros", "rt-multi-thread", "sync"] }
17+
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread", "sync"] }
1818

1919
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" }
2020

0 commit comments

Comments
 (0)