From a47a60e18cbd72d1682ef2207a44eca8730f658a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 08:17:16 +0000 Subject: [PATCH] Update env_logger requirement from 0.10 to 0.11 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33ddad8..bc7b284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ optional = true [dev-dependencies] # Enable the "loaded" feature to be able to access the Vulkan entrypoint. ash = { version = "0.38", default-features = false, features = ["debug", "loaded"] } -env_logger = "0.10" +env_logger = "0.11" [target.'cfg(windows)'.dev-dependencies.windows] # API-breaks since Windows 0.58 only affect our examples