From cfd25b43ad1804f27456bd85853ef01ceaf4a859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 12:54:13 +0000 Subject: [PATCH] chore(deps): update wasmparser requirement in /wasmtime4j-native/fuzz Updates the requirements on [wasmparser](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: wasmparser dependency-version: 0.251.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 19381912..37737f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ wasmtime-wast = { version = "45.0.1", features = ["component-model", "component- # WebAssembly text format parser wat = "1.0" wast = "248.0.0" -wasmparser = "0.248" +wasmparser = "0.251" # JNI support for Java 8-22 compatibility jni = "0.21.1"