From 510845c1a058eed6fae0bc52787edec2e3d18dc4 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 17 Jan 2023 16:06:30 -0300 Subject: [PATCH] update android_logger --- plugins/log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 883ffd95..3441022c 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -21,7 +21,7 @@ time = { version = "0.3", features = ["formatting"] } fern = "0.6" [target."cfg(target_os = \"android\")".dependencies] -android_logger = "0.9" +android_logger = "0.11" [target."cfg(target_os = \"ios\")".dependencies] oslog = "0.2"