summaryrefslogtreecommitdiffstats
path: root/alacritty
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-01-06 04:48:40 +0400
committerGitHub <noreply@github.com>2024-01-06 04:48:40 +0400
commit295ac412de849872e23077d278bcb9cc2021468b (patch)
tree07730c9c2db73fa6ebcfcd179eb91bbc2beed669 /alacritty
parent213f73e8d602e38e9eaed876a7edf68b80caf5e4 (diff)
Bump winit to 0.29.9
Fixes #7559. Fixes #7533.
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index d0d6ab35..41921ac1 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.8", default-features = false, features = ["rwh_05", "serde"] }
+winit = { version = "0.29.9", default-features = false, features = ["rwh_05", "serde"] }
[build-dependencies]
gl_generator = "0.14.0"