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

Commit 222d5cf

Browse files
authored
Bump tokio to 1.17.0 (#1014)
1 parent 829dadc commit 222d5cf

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

Cargo.lock

+15-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ derive_more = "0.99.2"
3232
async-trait = "0.1.52"
3333

3434
[dev-dependencies]
35-
tokio = { version = "1.10", features = ["macros"] }
35+
tokio = { version = "1.17.0", features = ["macros"] }
3636

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

client/pov-recovery/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tracing = "0.1.22"
3232
rand = "0.8.5"
3333

3434
[dev-dependencies]
35-
tokio = { version = "1.10", features = ["macros"] }
35+
tokio = { version = "1.17.0", features = ["macros"] }
3636

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

test/service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0" }
99
rand = "0.8.5"
1010
serde = { version = "1.0.132", features = ["derive"] }
1111
async-trait = "0.1.42"
12-
tokio = { version = "1.10", features = ["macros"] }
12+
tokio = { version = "1.17.0", features = ["macros"] }
1313

1414
# Substrate
1515
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }

0 commit comments

Comments
 (0)