diff --git a/Cargo.lock b/Cargo.lock index 3767e9d..b0ccfaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2050,9 +2050,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.6" +version = "0.28.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196" +checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94" dependencies = [ "android-activity", "bitflags 1.3.2", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index 0d56bbd..b829d3d 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] image = { version = "0.24.7", default-features = false, features = ["jpeg", "png", "tga"] } -winit = { version = "0.28.6" } +winit = { version = "0.28.7" } cgmath = "0.18" env_logger = "0.10.0" log = "0.4"