Skip to content

Commit e539920

Browse files
dependabot[bot]avrabe
authored andcommitted
rust/checksum(deps): bump wit-bindgen in /tools/checksum_updater
Bumps [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) from 0.43.0 to 0.44.0. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6d8174 commit e539920

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

tools/checksum_updater/Cargo.lock

Lines changed: 21 additions & 21 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
@@ -27,7 +27,7 @@ tracing = "0.1"
2727
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2828
tempfile = "3.0"
2929
async-trait = "0.1"
30-
wit-bindgen = "0.43.0" # WIT binding generation for macro usage
30+
wit-bindgen = "0.44.0" # WIT binding generation for macro usage
3131
uuid = { version = "1.0", default-features = false } # UUID generation for user service (deterministic, no getrandom dependency)
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)