diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-03-01 14:36:56 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 14:36:56 +0400 |
commit | 63e94fd32409b8654a7ec9e6a3c1d1365544ff6c (patch) | |
tree | 81dafe77bd4d91bc12ab70e0d814faf815fc5392 | |
parent | 876bbc50beaf53f83134630a4aaec4c8ddc5d2ec (diff) | |
download | alacritty-63e94fd32409b8654a7ec9e6a3c1d1365544ff6c.tar.gz alacritty-63e94fd32409b8654a7ec9e6a3c1d1365544ff6c.zip |
Bump winit to 0.29.12
The 0.29.11 was yanked.
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | alacritty/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2270,9 +2270,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "winit" -version = "0.29.11" +version = "0.29.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "272be407f804517512fdf408f0fe6c067bf24659a913c61af97af176bfd5aa92" +checksum = "b042fd2f023ddd9713f02f8f89c62f5a32c18d104ac182b480a0e3e6cb8d37f7" dependencies = [ "ahash", "android-activity", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index db6894f5..84e5273d 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.11", default-features = false, features = ["rwh_05", "serde"] } +winit = { version = "0.29.12", default-features = false, features = ["rwh_05", "serde"] } [build-dependencies] gl_generator = "0.14.0" |