build(deps): bump android_logger from 0.14.1 to 0.15.0 (#35840)

Bumps [android_logger](https://github.com/rust-mobile/android_logger-rs) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/rust-mobile/android_logger-rs/releases)
- [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-mobile/android_logger-rs/compare/0.14.1...v0.15.0)

---
updated-dependencies:
- dependency-name: android_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-07 13:49:00 +00:00 committed by GitHub
parent 50d5ea0fbf
commit 18668e3042
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,7 @@ tracing-perfetto = { workspace = true, optional = true }
icu_locid = "1.5.0"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.14"
android_logger = "0.15"
ipc-channel = { workspace = true }
jni = "0.21.1"
libloading = "0.8"