Skip to content

Commit 31bf2f0

Browse files
build(deps): update jni requirement in /wasmtime4j-native/fuzz
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](jni-rs/jni-rs@v0.21.1...v0.22.4) --- updated-dependencies: - dependency-name: jni dependency-version: 0.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9b0bbe commit 31bf2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ wast = "248.0.0"
2020
wasmparser = "0.248"
2121

2222
# JNI support for Java 8-22 compatibility
23-
jni = "0.21.1"
23+
jni = "0.22.4"
2424

2525
# Async runtime for WASI and other async operations
2626
tokio = { version = "1.35", features = ["full"] }

0 commit comments

Comments
 (0)