From 498ac7663f2174179b07b14c8a5406e9dcd50908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:58:58 +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] --- datom-java/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datom-java/Cargo.toml b/datom-java/Cargo.toml index 78467609c953..a44581e33f99 100644 --- a/datom-java/Cargo.toml +++ b/datom-java/Cargo.toml @@ -22,4 +22,4 @@ crate-type = ["cdylib"] [dependencies] datom = { path = "../datom" } -jni = "0.20" +jni = "0.21"