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

Commit c541024

Browse files
Bump tokio from 1.18.2 to 1.19.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.18.2...tokio-1.19.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8841a2d commit c541024

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 = "0.11.0", default-features = false, features = ["j
2121
assert_cmd = "2.0.4"
2222
nix = "0.24.1"
2323
tempfile = "3.2.0"
24-
tokio = "1.18.2"
24+
tokio = "1.19.2"
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.24.1"
2929
tempfile = "3.2.0"
3030
hyper = { version = "0.14.18", default-features = false, features = ["http1", "tcp"] }
31-
tokio = "1.18.2"
31+
tokio = "1.19.2"
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
@@ -10,7 +10,7 @@ hex = "0.4.3"
1010
gum = { package = "tracing-gum", path = "../../gum" }
1111
rand = "0.8.5"
1212
tempfile = "3.2.0"
13-
tokio = "1.18.2"
13+
tokio = "1.19.2"
1414

1515
# Polkadot dependencies
1616
polkadot-overseer = { path = "../../overseer" }
@@ -60,7 +60,7 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc
6060
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
6161
serde_json = "1.0.81"
6262
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
63-
tokio = { version = "1.18.2", features = ["macros"] }
63+
tokio = { version = "1.19.2", features = ["macros"] }
6464

6565
[features]
6666
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.18.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
12+
tokio = { version = "1.19.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
1313
url = "2.0.0"
1414
tokio-tungstenite = "0.17"
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.18.2", features = ["macros"] }
47+
tokio = { version = "1.19.2", features = ["macros"] }

parachain/test-parachains/undying/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.18", features = ["macros"] }
47+
tokio = { version = "1.19", 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.1", features = ["derive"] }
2121
log = "0.4.17"
22-
tokio = { version = "1.18.2", features = ["macros"] }
22+
tokio = { version = "1.19.2", 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.7"
1414
serde = "1.0.137"
1515
serde_json = "1.0"
1616
thiserror = "1.0.31"
17-
tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread", "sync"] }
17+
tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread", "sync"] }
1818

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

0 commit comments

Comments
 (0)