diff --git a/Cargo.lock b/Cargo.lock index 14b96be..a035847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2792,9 +2792,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winit" -version = "0.30.12" +version = "0.30.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" +checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" dependencies = [ "ahash", "android-activity", diff --git a/Cargo.toml b/Cargo.toml index a31f996..f535bb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ web-sys = { version = "0.3.76", features = [ [target.'cfg(not(target_arch = "wasm32"))'.dependencies] pollster = "0.4.0" env_logger = "0.11.6" -winit = "0.30.12" +winit = "0.30.13" [dev-dependencies] wasm-bindgen-test = "0.3.49"