Skip to content

Commit ff4af93

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

2 files changed

Lines changed: 58 additions & 123 deletions

File tree

native/Cargo.lock

Lines changed: 56 additions & 121 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.1", default-features = false, features = ["frame"] }
@@ -93,7 +93,7 @@ hdrs = { version = "0.3.2", features = ["vendored"] }
9393
[dev-dependencies]
9494
pprof = { version = "0.15", features = ["flamegraph"] }
9595
criterion = { version = "0.7", features = ["async", "async_tokio", "async_std"] }
96-
jni = { version = "0.21", features = ["invocation"] }
96+
jni = { version = "0.22", features = ["invocation"] }
9797
lazy_static = "1.4"
9898
assertables = "9"
9999
hex = "0.4.3"

0 commit comments

Comments
 (0)