Skip to content

Commit 779df09

Browse files
chore(deps): bump tokio from 1.41.1 to 1.42.0 (#944)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.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 b05660d commit 779df09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -20,7 +20,7 @@ serde = "1.0"
2020
serde_json = "1.0"
2121
futures = "0.3"
2222
thiserror = "2.0"
23-
tokio = { version = "1.41", features = ["macros", "rt-multi-thread", "sync", "signal"] }
23+
tokio = { version = "1.42", features = ["macros", "rt-multi-thread", "sync", "signal"] }
2424
pin-project-lite = "0.2"
2525

2626
# subxt

0 commit comments

Comments
 (0)