Skip to content

Commit

Permalink
build(deps): update jni-sys requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [jni-sys](https://github.com/jni-rs/jni-sys) to permit the latest version.
- [Release notes](https://github.com/jni-rs/jni-sys/releases)
- [Changelog](https://github.com/jni-rs/jni-sys/blob/master/CHANGELOG.md)
- [Commits](jni-rs/jni-sys@v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 219a14b commit 9fd62a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-activity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ native-activity = []

[dependencies]
log = "0.4"
jni-sys = "0.3"
jni-sys = "0.4"
cesu8 = "1"
jni = "0.21"
ndk-sys = "0.5.0-beta.0"
Expand Down

0 comments on commit 9fd62a7

Please sign in to comment.