From f1ebf33fbdbd7fcc3421be45faaf31bf4bfad51c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:05:43 +0000 Subject: [PATCH] Update Rust crate jni to 0.21 --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/Cargo.toml b/native/Cargo.toml index c9ac85f..aed7b42 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ondra Pelech "] edition = "2018" [dependencies] -jni = "0.20" +jni = "0.21" [lib] crate_type = ["cdylib"]