diff --git a/Cargo.lock b/Cargo.lock index d80e4e42d7a..a4e756b1e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7610,9 +7610,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" [[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/ports/winit/Cargo.toml b/ports/winit/Cargo.toml index 542d80220f7..7f471728b75 100644 --- a/ports/winit/Cargo.toml +++ b/ports/winit/Cargo.toml @@ -60,7 +60,7 @@ shellwords = "1.0.0" surfman = { version = "0.6", features = ["sm-winit", "sm-x11"] } tinyfiledialogs = "3.0" webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] } -winit = "0.28.2" +winit = "0.28.3" [target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies] image = "0.24"