Skip to content

Commit c497990

Browse files
Bump tokio from 1.24.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db61468 commit c497990

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

relays/client-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4.17"
1515
num-traits = "0.2"
1616
rand = "0.7"
1717
scale-info = { version = "2.1.1", features = ["derive"] }
18-
tokio = { version = "1.8", features = ["rt-multi-thread"] }
18+
tokio = { version = "1.24", features = ["rt-multi-thread"] }
1919
thiserror = "1.0.26"
2020

2121
# Bridge dependencies

relays/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num-traits = "0.2"
2020
serde_json = "1.0"
2121
sysinfo = "0.15"
2222
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
23-
tokio = { version = "1.8", features = ["rt"] }
23+
tokio = { version = "1.24", features = ["rt"] }
2424
thiserror = "1.0.26"
2525

2626
# Bridge dependencies

0 commit comments

Comments
 (0)