From dbf960884da2e36c2cb742fabca0226c186c3996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:45:39 +0800 Subject: [PATCH] Update android_logger requirement from 0.13 to 0.14 (#122) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 557f4f0..7b9fb5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ nix = { version = "0", default-features = false, features = [ ] } [target.'cfg(target_os="android")'.dependencies] -android_logger = "0.13" +android_logger = "0.14" jni = { version = "0.21", default-features = false } [build-dependencies]