fix(deps): update rust crate android_logger to 0.14 (#1469)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-16 21:30:53 +02:00
committed by GitHub
parent a8310f4149
commit e162e811fe
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ time = { version = "0.3", features = [ "formatting", "local-offset" ] }
fern = "0.6"
[target."cfg(target_os = \"android\")".dependencies]
android_logger = "0.13"
android_logger = "0.14"
[target."cfg(target_os = \"ios\")".dependencies]
swift-rs = "1"