diff --git a/Cargo.lock b/Cargo.lock index d9a2b31..f0c332e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -533,9 +533,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06676b12debf7bba6903559720abca942d3a66b8acb88815fd2c7c6537e9ade1" +checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" dependencies = [ "anstream", "anstyle", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index 248f3e3..8e01dcf 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -14,7 +14,7 @@ image = { version = "0.25.2", default-features = false, features = [ ] } winit = { version = "0.29.15" } cgmath = "0.18" -env_logger = "0.11.4" +env_logger = "0.11.5" log = "0.4" futures = "0.3" wgpu = "22.0.0"