From b561cb4354e6f433ab85451e8063bdac95f10390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 02:51:19 +0000 Subject: [PATCH] fix(deps): update rust crate ndk to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 514f5fad30..a790566858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ kuchiki = { package = "kuchikiki", version = "0.8" } sha2 = "0.10" base64 = "0.22" jni = "0.21" -ndk = "0.7" +ndk = "0.9" ndk-sys = "0.4" ndk-context = "0.1" tao-macros = "0.1"