Skip to content

Commit 5a1ffda

Browse files
build(deps): bump jni from 0.19.0 to 0.21.1
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>
1 parent 1db5108 commit 5a1ffda

File tree

2 files changed

+74
-6
lines changed

2 files changed

+74
-6
lines changed

Cargo.lock

+73-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boringtun/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ chacha20poly1305 = "0.10.0-pre.1"
4040
aead = "0.5.0-pre.2"
4141
blake2 = "0.10"
4242
hmac = "0.12"
43-
jni = { version = "0.19.0", optional = true }
43+
jni = { version = "0.21.1", optional = true }
4444
mock_instant = { version = "0.3", optional = true }
4545
socket2 = { version = "0.4.7", features = ["all"], optional = true }
4646
thiserror = { version = "1", optional = true }

0 commit comments

Comments
 (0)