From 75a97adbce6ceebb2aaada3f07891b00aa394e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:19:06 +0000 Subject: [PATCH] Update jni requirement from 0.20 to 0.21 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.20.0...v0.21.0) --- updated-dependencies: - dependency-name: jni 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 e0cd9b8..7a46928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ openssl = { version = "0.10", features = ["vendored"] } # Add for cross-compile. console-subscriber = { version = "0.1", optional = true } # only use in bin daemon. [target.'cfg(target_os="android")'.dependencies] -jni = { version = "0.20", default-features = false } +jni = { version = "0.21", default-features = false } # DEBUG patch. [patch.crates-io]