Skip to content

Commit

Permalink
Bump jni from 0.19.0 to 0.21.1 in /app/rs
Browse files Browse the repository at this point in the history
Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.19.0 to 0.21.1.
- [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.19.0...v0.21.1)

---
updated-dependencies:
- dependency-name: jni
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent 7b585a2 commit 8e98caf
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 7 deletions.
86 changes: 80 additions & 6 deletions app/rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android_logger = "0.13.3"

ndk = "0.6.0"
ndk-sys = "0.3.0"
jni = { version = "0.19.0", default-features = false }
jni = { version = "0.21.1", default-features = false }

# for input system
uinput-sys = "0.1.7"
Expand Down

0 comments on commit 8e98caf

Please sign in to comment.