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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-23 14:33:22 +00:00 committed by GitHub
parent ead807eb0d
commit 26c5b9a12c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"