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"