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"