From 9d18e5de680edb8a0b8a04e2013005b2d81d53de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:20:24 +0000 Subject: [PATCH] chore(dep): update jni requirement in /crates/rsonpath-benchmarks Updates the requirements on [jni](https://github.com/jni-rs/jni-rs) to permit the latest version. - [Release notes](https://github.com/jni-rs/jni-rs/releases) - [Changelog](https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jni-rs/jni-rs/compare/v0.21.1...v0.22.3) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rsonpath-benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rsonpath-benchmarks/Cargo.toml b/crates/rsonpath-benchmarks/Cargo.toml index f005e8da..7eeb2443 100644 --- a/crates/rsonpath-benchmarks/Cargo.toml +++ b/crates/rsonpath-benchmarks/Cargo.toml @@ -26,7 +26,7 @@ eyre = "0.6.12" flate2 = "1.1.8" hex-literal = "1.0.0" indicatif = "0.18.3" -jni = { version = "0.21.1", features = ["invocation", "default"] } +jni = { version = "0.22.3", features = ["invocation", "default"] } jsonpath-rust = "1.0.4" lazy_static = "1.5.0" serde_json = "1.0.149"