Skip to content

Commit 3cfcdf5

Browse files
build(deps): update wast requirement from 248.0.0 to 252.0.0
Updates the requirements on [wast](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wast dependency-version: 252.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3edd7bb commit 3cfcdf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wasmtime-wast = { version = "45.0.1", features = ["component-model", "component-
1616

1717
# WebAssembly text format parser
1818
wat = "1.0"
19-
wast = "248.0.0"
19+
wast = "252.0.0"
2020
wasmparser = "0.248"
2121

2222
# JNI support for Java 8-22 compatibility

0 commit comments

Comments
 (0)