Skip to content

Commit 7265598

Browse files
build(deps): bump jni from 0.17.0 to 0.18.0
Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.17.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](jni-rs/jni-rs@v0.17.0...v0.18.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d0e9348 commit 7265598

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

Cargo.lock

Lines changed: 23 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aw-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ aw-query = { path = "../aw-query" }
3939
jemallocator = "0.3.2"
4040

4141
[target.'cfg(target_os="android")'.dependencies]
42-
jni = { version = "0.17", default-features = false }
42+
jni = { version = "0.18", default-features = false }
4343
libc = "0.2"
4444
android_logger = "0.9"
4545
openssl-sys = { version = "0.9.58", features = ["vendored"]}

0 commit comments

Comments
 (0)