Skip to content

Commit 91e3e2a

Browse files
[deps]: Update Rust crate android_logger to 0.15 (#242)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [android_logger](https://redirect.github.com/rust-mobile/android_logger-rs) | dependencies | minor | `0.14` -> `0.15` | --- ### Release Notes <details> <summary>rust-mobile/android_logger-rs (android_logger)</summary> ### [`v0.15.0`](https://redirect.github.com/rust-mobile/android_logger-rs/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/rust-mobile/android_logger-rs/compare/0.14.1...v0.15.0) #### What's Changed - Only provide docs.rs pages for Android targets by [@&#8203;MarijnS95](https://redirect.github.com/MarijnS95) in [https://github.com/rust-mobile/android_logger-rs/pull/77](https://redirect.github.com/rust-mobile/android_logger-rs/pull/77) - cargo: Add `os::android-apis` category by [@&#8203;MarijnS95](https://redirect.github.com/MarijnS95) in [https://github.com/rust-mobile/android_logger-rs/pull/78](https://redirect.github.com/rust-mobile/android_logger-rs/pull/78) - Prevent truncating log tag name by [@&#8203;dextero](https://redirect.github.com/dextero) in [https://github.com/rust-mobile/android_logger-rs/pull/83](https://redirect.github.com/rust-mobile/android_logger-rs/pull/83) - Replace `CStr::from_ptr()` with `CStr::from_bytes_with_nul()` by [@&#8203;MarijnS95](https://redirect.github.com/MarijnS95) in [https://github.com/rust-mobile/android_logger-rs/pull/82](https://redirect.github.com/rust-mobile/android_logger-rs/pull/82) - Derive/implement `Debug` for `Config` and `AndroidLogger` by [@&#8203;MarijnS95](https://redirect.github.com/MarijnS95) in [https://github.com/rust-mobile/android_logger-rs/pull/81](https://redirect.github.com/rust-mobile/android_logger-rs/pull/81) - Split things into different files, to optimize future work by [@&#8203;Nercury](https://redirect.github.com/Nercury) in [https://github.com/rust-mobile/android_logger-rs/pull/85](https://redirect.github.com/rust-mobile/android_logger-rs/pull/85) - ci: Run `cargo fmt --check` to ensure code is always properly formatted by [@&#8203;MarijnS95](https://redirect.github.com/MarijnS95) in [https://github.com/rust-mobile/android_logger-rs/pull/86](https://redirect.github.com/rust-mobile/android_logger-rs/pull/86) - Use \__android_log_is_loggable in AndroidLogger::enabled by [@&#8203;dextero](https://redirect.github.com/dextero) in [https://github.com/rust-mobile/android_logger-rs/pull/84](https://redirect.github.com/rust-mobile/android_logger-rs/pull/84) - Avoid rewriting the preconfigured tag by [@&#8203;dextero](https://redirect.github.com/dextero) in [https://github.com/rust-mobile/android_logger-rs/pull/87](https://redirect.github.com/rust-mobile/android_logger-rs/pull/87) - Prepare for release by [@&#8203;Nercury](https://redirect.github.com/Nercury) in [https://github.com/rust-mobile/android_logger-rs/pull/88](https://redirect.github.com/rust-mobile/android_logger-rs/pull/88) #### New Contributors - [@&#8203;MarijnS95](https://redirect.github.com/MarijnS95) made their first contribution in [https://github.com/rust-mobile/android_logger-rs/pull/77](https://redirect.github.com/rust-mobile/android_logger-rs/pull/77) - [@&#8203;dextero](https://redirect.github.com/dextero) made their first contribution in [https://github.com/rust-mobile/android_logger-rs/pull/83](https://redirect.github.com/rust-mobile/android_logger-rs/pull/83) **Full Changelog**: rust-mobile/android_logger-rs@0.14.1...v0.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/sdk-internal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a31a1f commit 91e3e2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/bitwarden-uniffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ uniffi = { workspace = true }
3737
uuid = { workspace = true }
3838

3939
[target.'cfg(target_os = "android")'.dependencies]
40-
android_logger = "0.14"
40+
android_logger = "0.15"
4141

4242
# The use of rustls-platform-verifier requires some extra support to communicate with the Android platform
4343
jni = ">=0.21, <0.22"

0 commit comments

Comments
 (0)