Bump jni from 0.16.0 to 0.18.0

Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.16.0 to 0.18.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.16.0...v0.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-03 06:17:05 +00:00 committed by GitHub
parent cbdfc7453e
commit 6454df2c51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 37 deletions

45
Cargo.lock generated
View file

@ -162,12 +162,6 @@ dependencies = [
"serde",
]
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
name = "ash"
version = "0.31.0"
@ -822,15 +816,13 @@ checksum = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
[[package]]
name = "combine"
version = "3.8.1"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
checksum = "b9417a0c314565e2abffaece67e95a8cb51f9238cd39f3764d9dfdf09e72b20c"
dependencies = [
"ascii",
"byteorder",
"either",
"bytes 0.5.5",
"memchr",
"unreachable",
"pin-project-lite",
]
[[package]]
@ -1595,16 +1587,6 @@ dependencies = [
"termcolor",
]
[[package]]
name = "error-chain"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be51ed50e75656c17216bdd4326914466db0c91b9b246b12962a00284d06566b"
dependencies = [
"backtrace",
"version_check",
]
[[package]]
name = "euclid"
version = "0.20.14"
@ -2968,15 +2950,15 @@ dependencies = [
[[package]]
name = "jni"
version = "0.16.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22bbdc25b49340bc4fc3d9c96dd84d878c4beeca35e3651efa53db51a68d7d4d"
checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf"
dependencies = [
"cesu8",
"combine",
"error-chain",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
@ -4514,9 +4496,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
version = "0.1.7"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
[[package]]
name = "pin-utils"
@ -6733,15 +6715,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
[[package]]
name = "unwind-sys"
version = "0.1.1"

View file

@ -17,7 +17,7 @@ bench = false
android_injected_glue = "0.2"
android_logger = "0.8"
gstreamer = "0.15"
jni = "0.16.0"
jni = "0.18.0"
libc = "0.2"
log = "0.4"
serde_json = "1.0"