diff --git a/Cargo.toml b/Cargo.toml index 19381912..bc4354aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ wast = "248.0.0" wasmparser = "0.248" # JNI support for Java 8-22 compatibility -jni = "0.21.1" +jni = "0.22.4" # Async runtime for WASI and other async operations tokio = { version = "1.35", features = ["full"] }