From 3974a491f2f066f5fddd36926f1be1708b0fbe38 Mon Sep 17 00:00:00 2001 From: Kamil Becmer Date: Thu, 20 Feb 2025 02:03:17 +0100 Subject: [PATCH] Bump jni-sys and thiserror --- android-activity/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 59b0b54..84b1793 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.6.0" @@ -40,7 +40,7 @@ android-properties = "0.2" num_enum = "0.7" bitflags = "2.0" libc = "0.2" -thiserror = "1" +thiserror = "2" [build-dependencies] cc = { version = "1.0", features = ["parallel"] }