From 97325c9a012fb2f851b0958ff8be04a07b9c8002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:22:27 +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.2) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.2 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..2617a55a1 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.2", default-features = false } log = "0.4.27" once_cell = "1.21.1" prost = "0.13"