Skip to content

Commit f92364a

Browse files
fix(deps): update rust crate jni to 0.22.0
1 parent 58834ee commit f92364a

File tree

2 files changed

+51
-96
lines changed

2 files changed

+51
-96
lines changed

Cargo.lock

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

vortex-jni/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ arrow-array = { workspace = true, features = ["ffi"] }
2121
arrow-ipc = { workspace = true }
2222
arrow-schema = { workspace = true }
2323
futures = { workspace = true }
24-
jni = "0.21.1"
24+
jni = "0.22.0"
2525
object_store = { workspace = true, features = ["aws", "azure", "gcp"] }
2626
parking_lot = { workspace = true }
2727
prost = { workspace = true }
@@ -33,7 +33,7 @@ url = { workspace = true }
3333
vortex = { workspace = true, features = ["object_store", "files", "tokio"] }
3434

3535
[dev-dependencies]
36-
jni = { version = "0.21.1", features = ["invocation"] }
36+
jni = { version = "0.22.0", features = ["invocation"] }
3737

3838
[lib]
3939
crate-type = ["staticlib", "cdylib"]

0 commit comments

Comments
 (0)