Update android_logger requirement from 0.14 to 0.15

Updates the requirements on [android_logger](https://github.com/rust-mobile/android_logger-rs) to permit the latest version.
- [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.0...v0.15.0)

---
updated-dependencies:
- dependency-name: android_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-07 00:32:42 +00:00 committed by GitHub
parent e556f7657b
commit 9f0852b0f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ serde = { version = "1", features = ["derive"] }
bincode = "1"
[target.'cfg(target_os="android")'.dependencies]
android_logger = "0.14"
android_logger = "0.15"
jni = { version = "0.21", default-features = false }
[target.'cfg(unix)'.dependencies]