Skip to content

Commit b9b9744

Browse files
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](rust-cli/env_logger@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01df0b6 commit b9b9744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ optional = true
5252
[dev-dependencies]
5353
# Enable the "loaded" feature to be able to access the Vulkan entrypoint.
5454
ash = { version = ">=0.34,<=0.37", default-features = false, features = ["debug", "loaded"] }
55-
env_logger = "0.10"
55+
env_logger = "0.11"
5656

5757
[target.'cfg(windows)'.dev-dependencies]
5858
winapi = { version = "0.3.9", features = ["d3d12", "d3d12sdklayers", "dxgi1_6", "winerror", "impl-default", "impl-debug", "winuser", "windowsx", "libloaderapi"] }

0 commit comments

Comments
 (0)