From 6c81bd4b6d66d9859814cb4b698bb88db89b8f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 18:21:23 +1300 Subject: [PATCH] Update jni requirement from 0.20 to 0.21 (#66) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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]