From c5b4645001b077125558ea6531e79eefd01dd20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 17:08:06 +0000 Subject: [PATCH] Update android_log-sys requirement from 0.2.0 to 0.3.0 Updates the requirements on [android_log-sys](https://github.com/nercury/android_log-sys-rs) to permit the latest version. - [Release notes](https://github.com/nercury/android_log-sys-rs/releases) - [Commits](https://github.com/nercury/android_log-sys-rs/commits) --- updated-dependencies: - dependency-name: android_log-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index 3e8700b813299..c8100c8423fef 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -25,7 +25,7 @@ tracing-error = { version = "0.2.0", optional = true } tracy-client = { version = "0.15", optional = true } [target.'cfg(target_os = "android")'.dependencies] -android_log-sys = "0.2.0" +android_log-sys = "0.3.0" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6"