Browse Source

Update jni requirement from 0.19 to 0.20 (#24)

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.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: jni
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/40/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
3211d16f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -68,7 +68,7 @@ openssl = { version = "0.10", features = ["vendored"] } # Add for cross-compile. @@ -68,7 +68,7 @@ openssl = { version = "0.10", features = ["vendored"] } # Add for cross-compile.
console-subscriber = { version = "0.1", optional = true } # only use in bin daemon.
[target.'cfg(target_os="android")'.dependencies]
jni = { version = "0.19", default-features = false }
jni = { version = "0.20", default-features = false }
# DEBUG patch.
[patch.crates-io]

Loading…
Cancel
Save