From 267f12ab6a283a7918db92770828410357fed703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:16:12 +0000 Subject: [PATCH] fix(deps): update rust crate ndk to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c90f053d21..95d15694b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ kuchiki = { package = "kuchikiki", version = "0.8" } sha2 = "0.10" base64 = "0.21" jni = "0.21" -ndk = "0.7" +ndk = "0.8" ndk-sys = "0.4" ndk-context = "0.1" tao-macros = { version = "0.1.0" }