Skip to content

Commit c9bc02f

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 34d50a7 commit c9bc02f

4 files changed

Lines changed: 61 additions & 126 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
@@ -46,7 +46,7 @@ async-trait = { workspace = true }
4646
log = "0.4"
4747
log4rs = "1.4.0"
4848
prost = "0.14.3"
49-
jni = "0.21"
49+
jni = "0.22"
5050
rand = { workspace = true }
5151
num = { workspace = true }
5252
bytes = { workspace = true }
@@ -87,7 +87,7 @@ hdrs = { version = "0.3.2", features = ["vendored"] }
8787
[dev-dependencies]
8888
pprof = { version = "0.15", features = ["flamegraph"] }
8989
criterion = { version = "0.7", features = ["async", "async_tokio", "async_std"] }
90-
jni = { version = "0.21", features = ["invocation"] }
90+
jni = { version = "0.22", features = ["invocation"] }
9191
lazy_static = "1.4"
9292
assertables = "9"
9393
hex = "0.4.3"

native/jni-bridge/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ publish = false
3232
arrow = { workspace = true }
3333
parquet = { workspace = true }
3434
datafusion = { workspace = true }
35-
jni = "0.21"
35+
jni = "0.22"
3636
thiserror = { workspace = true }
3737
regex = { workspace = true }
3838
lazy_static = "1.4.0"
@@ -42,5 +42,5 @@ prost = "0.14.3"
4242
datafusion-comet-common = { workspace = true }
4343

4444
[dev-dependencies]
45-
jni = { version = "0.21", features = ["invocation"] }
45+
jni = { version = "0.22", features = ["invocation"] }
4646
assertables = "9"

0 commit comments

Comments
 (0)