From 144b33999a2a50ae5db1f3feb1980e957f81a991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 03:34:59 +0000 Subject: [PATCH] Bump jni-sys from 0.3.1 to 0.4.1 in /jg-launcher Bumps [jni-sys](https://github.com/jni-rs/jni-sys) from 0.3.1 to 0.4.1. - [Release notes](https://github.com/jni-rs/jni-sys/releases) - [Changelog](https://github.com/jni-rs/jni-sys/blob/master/CHANGELOG.md) - [Commits](https://github.com/jni-rs/jni-sys/compare/v0.3.1...v0.4.1) --- updated-dependencies: - dependency-name: jni-sys dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jg-launcher/Cargo.lock | 2 +- jg-launcher/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jg-launcher/Cargo.lock b/jg-launcher/Cargo.lock index 911ab49..899f6a9 100644 --- a/jg-launcher/Cargo.lock +++ b/jg-launcher/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ "java-locator", "jclass", "jni", - "jni-sys 0.3.1", + "jni-sys 0.4.1", "lazy_static", "libloading", "lz4", diff --git a/jg-launcher/Cargo.toml b/jg-launcher/Cargo.toml index 71e574a..c8bd54d 100644 --- a/jg-launcher/Cargo.toml +++ b/jg-launcher/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/kyle-derrick/java-guard" [dependencies] libloading="0.7" -jni-sys="0.3.1" +jni-sys="0.4.1" java-locator="0.1" jni = { version = "0.21.1" , features = ["invocation"]} #jni = { path = "vendor/jni" , features = ["invocation"]}