Skip to content

Commit 8b0f265

Browse files
rust/toolchains(deps): bump wat in /tools-builder/toolchains
Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.240.0 to 1.241.2. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.240.0...v1.241.2) --- updated-dependencies: - dependency-name: wat dependency-version: 1.241.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f50df5 commit 8b0f265

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

tools-builder/toolchains/Cargo.lock

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

tools-builder/toolchains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.4"
1818
# WebAssembly parsing and manipulation
1919
wasmparser = "0.240"
2020
wasm-encoder = "0.241"
21-
wat = "1.240"
21+
wat = "1.242"
2222

2323
# Component model support
2424
wit-parser = "0.240"

0 commit comments

Comments
 (0)