summaryrefslogtreecommitdiffstats
path: root/alacritty
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-12-27 23:25:25 +0400
committerGitHub <noreply@github.com>2023-12-27 23:25:25 +0400
commitb6b21f73ea2407d16d3ffb7036df5fa780c53b79 (patch)
tree2291e17490fcfb76a55c120e024c6345458e7b20 /alacritty
parent187f9ca3e5c436a59e9c0249c5aa9de77058c05d (diff)
Bump winit to 0.29.7
This also bumps other dependencies along the way. Fixes #2886.
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 e4b439f5..44b048b2 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -40,7 +40,7 @@ serde_json = "1"
serde_yaml = "0.9.25"
toml = "0.8.2"
unicode-width = "0.1"
-winit = { version = "0.29.5", default-features = false, features = ["rwh_05", "serde"] }
+winit = { version = "0.29.7", default-features = false, features = ["rwh_05", "serde"] }
[build-dependencies]
gl_generator = "0.14.0"