From a434b6a1b24270030533b7447b17ddd1d43db84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:59:50 +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.2) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.2 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..03d1c92e 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.2", features = ["invocation", "default"] } jsonpath-rust = "1.0.4" lazy_static = "1.5.0" serde_json = "1.0.149"