diff --git a/Cargo.lock b/Cargo.lock index 1fb9e7b1bf6..237baa1c35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7548,9 +7548,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.3" +version = "0.28.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" +checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196" dependencies = [ "android-activity", "bitflags 1.3.2", diff --git a/ports/winit/Cargo.toml b/ports/winit/Cargo.toml index f70305d63b8..e4603dc9a27 100644 --- a/ports/winit/Cargo.toml +++ b/ports/winit/Cargo.toml @@ -66,7 +66,7 @@ shellwords = "1.0.0" surfman = { workspace = true, features = ["sm-x11", "sm-raw-window-handle"] } tinyfiledialogs = "3.0" webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] } -winit = "0.28.3" +winit = "0.28.6" [target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies] image = { workspace = true }