From 411e8e5471ce7f06406cfb681cd79a03a80a4256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 01:28:27 +0000 Subject: [PATCH] Update Rust crate jni to 0.22 --- app/src/main/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/rust/Cargo.toml b/app/src/main/rust/Cargo.toml index ba99b38b43..524dd6de2b 100644 --- a/app/src/main/rust/Cargo.toml +++ b/app/src/main/rust/Cargo.toml @@ -13,7 +13,7 @@ android-26 = ["android", "ndk/api-level-26"] [dependencies] regex-lite = "0.1" -jni = { version = "0.21", optional = true } +jni = { version = "0.22", optional = true } jni_fn = { version = "0.1", optional = true } chrono = { version = "0.4", default-features = false, features = ["std"] } quick-xml = { default-features = false, version = "0.39" }