From 55b36cebc474152c8d69d4b478bbd4b250b233bf Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 7 Mar 2024 12:21:17 +0400 Subject: [PATCH] Bump winit to 0.29.14 Fixes #7806. --- Cargo.lock | 8 ++++---- alacritty/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69367f31..07ee4cef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1119,9 +1119,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", @@ -2270,9 +2270,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "winit" -version = "0.29.12" +version = "0.29.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b042fd2f023ddd9713f02f8f89c62f5a32c18d104ac182b480a0e3e6cb8d37f7" +checksum = "a7a3db69ffbe53a9babec7804da7a90f21020fcce1f2f5e5291e2311245b993d" dependencies = [ "ahash", "android-activity", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 84e5273d..313dfed2 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -39,7 +39,7 @@ serde_json = "1" serde_yaml = "0.9.25" toml = "0.8.2" unicode-width = "0.1" -winit = { version = "0.29.12", default-features = false, features = ["rwh_05", "serde"] } +winit = { version = "0.29.14", default-features = false, features = ["rwh_05", "serde"] } [build-dependencies] gl_generator = "0.14.0"