From faaf20d6eb7700cbc5121a62697d5093afb29012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 17:35:17 +0000 Subject: [PATCH] build(deps): update jni requirement in /rslib-bridge 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.0) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rslib-bridge/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib-bridge/Cargo.toml b/rslib-bridge/Cargo.toml index 085feaf24..411ab7637 100644 --- a/rslib-bridge/Cargo.toml +++ b/rslib-bridge/Cargo.toml @@ -13,7 +13,7 @@ anki_proto = { path = "../anki/rslib/proto" } android_logger = "0.15.0" gag = "1.0.0" -jni = { version = "0.21.1", default-features = false } +jni = { version = "0.22.0", default-features = false } log = "0.4.27" once_cell = "1.21.1" prost = "0.13"