From 1f3aadd91d36c839e3ab0bf0f08f06f2ac392816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 10:06:23 +0000 Subject: [PATCH] chore(deps): update android_logger requirement from 0.13 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/commits) --- updated-dependencies: - dependency-name: android_logger dependency-version: 0.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/neurophone-android/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/neurophone-android/Cargo.toml b/crates/neurophone-android/Cargo.toml index 732d854..d438412 100644 --- a/crates/neurophone-android/Cargo.toml +++ b/crates/neurophone-android/Cargo.toml @@ -20,5 +20,5 @@ tokio = { workspace = true } chrono = { workspace = true } [target.'cfg(target_os = "android")'.dependencies] -android_logger = "0.13" +android_logger = "0.15" log = "0.4"