diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-03-01 14:36:56 +0400 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-03-19 02:20:53 +0100 |
commit | 3ab9ac3a784466c66123b3d42b960b8d4b1aa18e (patch) | |
tree | b01c0c5721e0519d65173ce8dfacb35247342c2d | |
parent | 87a0e2814bbd2262fc87411663747b789f6cf4c5 (diff) | |
download | alacritty-3ab9ac3a784466c66123b3d42b960b8d4b1aa18e.tar.gz alacritty-3ab9ac3a784466c66123b3d42b960b8d4b1aa18e.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 c46138a1..28b752e3 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" |