diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 4ea8435..3506cd3 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -32,7 +32,7 @@ api-level-33 = ["api-level-30", "ndk/api-level-33"] [dependencies] log = "0.4" -jni-sys = "0.3" +jni-sys = "0.4" cesu8 = "1" jni = "0.21" ndk-sys = "0.6.0" @@ -42,7 +42,7 @@ android-properties = "0.2" num_enum = "0.7" bitflags = "2.0" libc = "0.2.139" -thiserror = "1" +thiserror = "2" [build-dependencies] cc = { version = "1.0.42", features = ["parallel"] }