From 16ec63c994f0a4e03e8f17b612e49cd2325469a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 14:33:12 +0000 Subject: [PATCH] fix(deps): update rust crate tao-macros to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9db01a101..42ad86d61c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ jni = "0.21" ndk = "0.7" ndk-sys = "0.4" ndk-context = "0.1" -tao-macros = { version = "0.1.0" } +tao-macros = { version = "0.1.2" } [dev-dependencies] http-range = "0.1.5"