Skip to content

Commit 2977450

Browse files
dependabot[bot]avrabe
authored andcommitted
rust/wasm-checksum(deps): bump tokio in /tools/checksum_updater_wasm
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3594c6a commit 2977450

File tree

2 files changed

+7
-81
lines changed

2 files changed

+7
-81
lines changed

tools/checksum_updater_wasm/Cargo.lock

Lines changed: 6 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/checksum_updater_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tracing = "0.1"
3535
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3636

3737
# Async runtime and futures (needed for update_engine)
38-
tokio = { version = "1.0", features = ["sync", "time", "fs"] }
38+
tokio = { version = "1.48", features = ["sync", "time", "fs"] }
3939
futures = "0.3"
4040
reqwest = { version = "0.12", features = ["json"] }
4141

0 commit comments

Comments
 (0)