From 242cb7ea13d91c3f38bf948e5cdaebfd1b87d177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:05:25 +0000 Subject: [PATCH] build(deps): bump android_logger Bumps the non-breaking group with 1 update in the / directory: [android_logger](https://github.com/rust-mobile/android_logger-rs). Updates `android_logger` from 0.15.0 to 0.15.1 - [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 update-type: version-update:semver-patch dependency-group: non-breaking ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rslib-bridge/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2169ea0b9..cee1a9f34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" [[package]] name = "android_logger" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f39be698127218cca460cb624878c9aa4e2b47dba3b277963d2bf00bad263b" +checksum = "dbb4e440d04be07da1f1bf44fb4495ebd58669372fe0cffa6e48595ac5bd88a3" dependencies = [ "android_log-sys", "env_filter", diff --git a/rslib-bridge/Cargo.toml b/rslib-bridge/Cargo.toml index 085feaf24..ffc1c4bab 100644 --- a/rslib-bridge/Cargo.toml +++ b/rslib-bridge/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] anki = { path = "../anki/rslib", features = ["rustls"] } anki_proto = { path = "../anki/rslib/proto" } -android_logger = "0.15.0" +android_logger = "0.15.1" gag = "1.0.0" jni = { version = "0.21.1", default-features = false } log = "0.4.27"