Skip to content

Commit 41a0277

Browse files
chore(deps): bump jni from 0.21.1 to 0.22.3 in /native
Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.21.1 to 0.22.3. - [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.21.1...v0.22.3) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 440f558 commit 41a0277

File tree

2 files changed

+57
-122
lines changed

2 files changed

+57
-122
lines changed

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ log4rs = "1.4.0"
4848
thiserror = { workspace = true }
4949
lazy_static = "1.4.0"
5050
prost = "0.14.3"
51-
jni = "0.21"
51+
jni = "0.22"
5252
snap = "1.1"
5353
# we disable default features in lz4_flex to force the use of the faster unsafe encoding and decoding implementation
5454
lz4_flex = { version = "0.12.0", default-features = false, features = ["frame"] }
@@ -92,7 +92,7 @@ hdrs = { version = "0.3.2", features = ["vendored"] }
9292
[dev-dependencies]
9393
pprof = { version = "0.15", features = ["flamegraph"] }
9494
criterion = { version = "0.7", features = ["async", "async_tokio", "async_std"] }
95-
jni = { version = "0.21", features = ["invocation"] }
95+
jni = { version = "0.22", features = ["invocation"] }
9696
lazy_static = "1.4"
9797
assertables = "9"
9898
hex = "0.4.3"

0 commit comments

Comments
 (0)