Skip to content

Commit e162e81

Browse files
fix(deps): update rust crate android_logger to 0.14 (#1469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8310f4 commit e162e81

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ time = { version = "0.3", features = [ "formatting", "local-offset" ] }
2727
fern = "0.6"
2828

2929
[target."cfg(target_os = \"android\")".dependencies]
30-
android_logger = "0.13"
30+
android_logger = "0.14"
3131

3232
[target."cfg(target_os = \"ios\")".dependencies]
3333
swift-rs = "1"

0 commit comments

Comments
 (0)