mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
ead807eb0d
commit
26c5b9a12c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue