diff --git a/Cargo.toml b/Cargo.toml index 48c3e9a8..e1eb79e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ optional = true [dev-dependencies] # Enable the "loaded" feature to be able to access the Vulkan entrypoint. ash = { version = ">=0.34,<=0.37", default-features = false, features = ["debug", "loaded"] } -env_logger = "0.10" +env_logger = "0.11" [target.'cfg(windows)'.dev-dependencies] winapi = { version = "0.3.9", features = ["d3d12", "d3d12sdklayers", "dxgi1_6", "winerror", "impl-default", "impl-debug", "winuser", "windowsx", "libloaderapi"] }