From 54a84b97f9af6963d8d368b818abcbfc6aa4e622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 00:53:37 +0000 Subject: [PATCH] Update jni requirement from 0.21 to 0.22 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.0...v0.22.0) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.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 1de593b..383f3ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,4 +32,4 @@ url = "2" [target.'cfg(target_os="android")'.dependencies] android_logger = "0.15" -jni = { version = "0.21", default-features = false } +jni = { version = "0.22", default-features = false }