From 26c5b9a12c5b88dde524236f718162cb2a87067d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 14:33:22 +0000 Subject: [PATCH] Bump jni from 0.10.2 to 0.16.0 Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.10.2 to 0.16.0. - [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.10.2...v0.16.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- ports/libsimpleservo/jniapi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 778af8baf39..3e353f22a84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2691,9 +2691,9 @@ dependencies = [ [[package]] name = "jni" -version = "0.10.2" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ecfa3b81afc64d9a6539c4eece96ac9a93c551c713a313800dade8e33d7b5c1" +checksum = "22bbdc25b49340bc4fc3d9c96dd84d878c4beeca35e3651efa53db51a68d7d4d" dependencies = [ "cesu8", "combine", diff --git a/ports/libsimpleservo/jniapi/Cargo.toml b/ports/libsimpleservo/jniapi/Cargo.toml index 07c7f68c8a3..e069b43d38f 100644 --- a/ports/libsimpleservo/jniapi/Cargo.toml +++ b/ports/libsimpleservo/jniapi/Cargo.toml @@ -17,7 +17,7 @@ bench = false android_injected_glue = "0.2" android_logger = "0.8" gstreamer = "0.15" -jni = "0.10.2" +jni = "0.16.0" libc = "0.2" log = "0.4" serde_json = "1.0"