From fd3a83971da414c9a9f79839531e1b53afefc5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:15:55 +0000 Subject: [PATCH] build(deps): update jni-sys requirement from 0.3 to 0.4 Updates the requirements on [jni-sys](https://github.com/jni-rs/jni-sys) to permit the latest version. - [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.0...v0.4.0) --- updated-dependencies: - dependency-name: jni-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- android-activity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 1441a0b..686f7fc 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -30,7 +30,7 @@ native-activity = [] [dependencies] log = "0.4" -jni-sys = "0.3" +jni-sys = "0.4" cesu8 = "1" jni = "0.21" ndk-sys = "0.5.0"