update android_logger

This commit is contained in:
Lucas Nogueira
2023-01-17 16:06:30 -03:00
parent 9424204a19
commit 510845c1a0
+1 -1
View File
@@ -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"