Skip to content

Commit 42c5d24

Browse files
dependabot[bot]avrabe
authored andcommitted
rust/checksum(deps): bump tokio in /tools/checksum_updater
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 c55dc51 commit 42c5d24

File tree

2 files changed

+27
-86
lines changed

2 files changed

+27
-86
lines changed

tools/checksum_updater/Cargo.lock

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

tools/checksum_updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anyhow = "1.0"
1919
clap = { version = "4.5", features = ["derive"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
22-
tokio = { version = "1.0", features = ["full"] }
22+
tokio = { version = "1.48", features = ["full"] }
2323
reqwest = { version = "0.12", features = ["json"] }
2424
sha2 = "0.10"
2525
hex = "0.4"

0 commit comments

Comments
 (0)