Skip to content

Commit

Permalink
build(deps): bump jni from 0.19.0 to 0.21.1
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 1db5108 commit 5a1ffda
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 6 deletions.
78 changes: 73 additions & 5 deletions 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 boringtun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ chacha20poly1305 = "0.10.0-pre.1"
aead = "0.5.0-pre.2"
blake2 = "0.10"
hmac = "0.12"
jni = { version = "0.19.0", optional = true }
jni = { version = "0.21.1", optional = true }
mock_instant = { version = "0.3", optional = true }
socket2 = { version = "0.4.7", features = ["all"], optional = true }
thiserror = { version = "1", optional = true }
Expand Down

0 comments on commit 5a1ffda

Please sign in to comment.