diff --git a/Cargo.lock b/Cargo.lock index 41f24caca..35577c39c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4580,9 +4580,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.3" +version = "0.28.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" +checksum = "94c9651471cd576737671fbf7081edfea43de3e06846dd9bd4e49ea803c9f55f" dependencies = [ "android-activity", "bitflags", diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 5847e3bdf..f7dc36e24 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.8" futures = "0.3.28" thiserror = "1.0.40" tracing = "0.1.37" -winit = "0.28.3" +winit = "0.28.5" [dependencies.egui-winit] version = "0.21.1"