Commit 91e3e2a
authored
[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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
- [@​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)
- [@​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
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments