diff --git a/Cargo.lock b/Cargo.lock index fe63f88541..19bf53ed13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4262,9 +4262,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" [[package]] name = "winit" -version = "0.28.1" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4755d4ba0e3d30fc7beef2095e246b1e6a6fad0717608bcb87a2df4b003bcf" +checksum = "9d38e7dc904dda347b54dbec3b2d4bf534794f4fb4e6df0be91a264f4f2ed1cf" dependencies = [ "android-activity", "bitflags", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index fe78b3ff3d..d87f27294f 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -21,4 +21,4 @@ libloading = "0.7.4" notify = "5.1.0" thiserror = "1.0.35" tracing = "0.1.37" -winit = "0.28.1" +winit = "0.28.2" diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 9be8e6425d..8c71542259 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.6" futures = "0.3.26" thiserror = "1.0.35" tracing = "0.1.37" -winit = "0.28.1" +winit = "0.28.2" [dependencies.egui-winit] version = "0.21.1"