From 19dbe9b9f68aeb2337d6811434ef6c971af28ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 23:11:27 +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 ab77ec3533..ae7d4dd7cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,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"