From c51acbdd52e688b6686e88c988adb90013b914f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:22:18 +0000 Subject: [PATCH] build(deps): update wast requirement in /wasmtime4j-native/fuzz 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c308a8b1..858c422d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ wasmtime-wast = { version = "46.0.1", features = ["component-model", "component- # WebAssembly text format parser wat = "1.0" -wast = "248.0.0" +wast = "252.0.0" wasmparser = "0.248" # JNI support for Java 8-22 compatibility