From 31e241e9d97d95f7df08ffc913386aa776c37950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 12:53:55 +0000 Subject: [PATCH] chore(deps): update jni requirement from 0.21.1 to 0.22.4 Updates the requirements on [jni](https://github.com/jni-rs/jni-rs) to permit the latest version. - [Release notes](https://github.com/jni-rs/jni-rs/releases) - [Changelog](https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jni-rs/jni-rs/compare/v0.21.1...v0.22.4) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.4 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..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"] }