diff --git a/Cargo.lock b/Cargo.lock index f32d3e0..a5a8e80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2133,9 +2133,7 @@ dependencies = [ "cesu8", "cfg-if 1.0.4", "combine", - "java-locator", "jni-sys 0.3.1", - "libloading", "log", "thiserror 1.0.69", "walkdir", @@ -2150,8 +2148,10 @@ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" dependencies = [ "cfg-if 1.0.4", "combine", + "java-locator", "jni-macros", "jni-sys 0.4.1", + "libloading", "log", "simd_cesu8", "thiserror 2.0.18", @@ -2294,12 +2294,12 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "libloading" -version = "0.7.4" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if 1.0.4", - "winapi", + "windows-link", ] [[package]] @@ -3761,7 +3761,7 @@ dependencies = [ "dirs", "hex", "indicatif", - "jni 0.21.1", + "jni 0.22.4", "path-absolutize", "sha2", "stigmerge_fileindex", diff --git a/Cargo.toml b/Cargo.toml index d362a86..af8057d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ veilid-core = "0.5.3" veilnet = "0.4.4" # Platform-specific -jni = { version = "0.21", features = ["invocation"] } +jni = { version = "0.22", features = ["invocation"] } # Concurrency and async flume = { version = "0.11", features = ["async"] }