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

Commit a60296d

Browse files
Bump tokio from 1.29.1 to 1.30.0 (#3000)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.30.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f939e03 commit a60296d

File tree

7 files changed

+21
-22
lines changed

7 files changed

+21
-22
lines changed

Cargo.lock

Lines changed: 15 additions & 16 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
@@ -31,7 +31,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
3131

3232
[dev-dependencies]
3333
portpicker = "0.1.1"
34-
tokio = { version = "1.29.1", features = ["macros"] }
34+
tokio = { version = "1.30.0", features = ["macros"] }
3535
url = "2.4.0"
3636

3737
# 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-relay-chain-interface = {path = "../relay-chain-interface"}
3131
async-trait = "0.1.72"
3232

3333
[dev-dependencies]
34-
tokio = { version = "1.29.1", features = ["macros"] }
34+
tokio = { version = "1.30.0", features = ["macros"] }
3535
portpicker = "0.1.1"
3636

3737
# Cumulus

client/relay-chain-minimal-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ lru = "0.11"
4242
tracing = "0.1.37"
4343
async-trait = "0.1.72"
4444
futures = "0.3.28"
45-
tokio = { version = "1.29.1", features = ["macros"] }
45+
tokio = { version = "1.30.0", features = ["macros"] }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
2121
sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
2222
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
2323

24-
tokio = { version = "1.29.1", features = ["sync"] }
24+
tokio = { version = "1.30.0", features = ["sync"] }
2525

2626
futures = "0.3.28"
2727
futures-timer = "3.0.2"

polkadot-parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
9898
assert_cmd = "2.0"
9999
nix = { version = "0.26.1", features = ["signal"] }
100100
tempfile = "3.7.1"
101-
tokio = { version = "1.29.1", features = ["macros", "time", "parking_lot"] }
101+
tokio = { version = "1.30.0", features = ["macros", "time", "parking_lot"] }
102102
wait-timeout = "0.2"
103103

104104
[features]

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.5.1", features = [ "async_tokio" ] }
1616
jsonrpsee = { version = "0.16.2", features = ["server"] }
1717
rand = "0.8.5"
1818
serde = { version = "1.0.183", features = ["derive"] }
19-
tokio = { version = "1.29.1", features = ["macros"] }
19+
tokio = { version = "1.30.0", features = ["macros"] }
2020
tracing = "0.1.37"
2121
url = "2.4.0"
2222
tempfile = "3.7.1"

0 commit comments

Comments
 (0)