diff --git a/Cargo.lock b/Cargo.lock index 548b5c6b6..18bce1e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4245,9 +4245,9 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "winit" -version = "0.28.2" +version = "0.28.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d38e7dc904dda347b54dbec3b2d4bf534794f4fb4e6df0be91a264f4f2ed1cf" +checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" dependencies = [ "android-activity", "bitflags", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index cde5b4a2f..ec72a2930 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.39" tracing = "0.1.37" -winit = "0.28.2" +winit = "0.28.3" diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index ba9ae976b..061982268 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.7" futures = "0.3.27" thiserror = "1.0.39" tracing = "0.1.37" -winit = "0.28.2" +winit = "0.28.3" [dependencies.egui-winit] version = "0.21.1"