diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-04 09:04:26 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2025-01-04 12:16:42 +0300 |
commit | 8cb359ad024736bba5456999a67f2a426529dcc7 (patch) | |
tree | ae1f86e965240b279c9b0ba89c8ad8cd78eeef62 | |
parent | 7bda13b8aa59ed7bc3efe6d5b0bdb09b8e75f8a3 (diff) | |
download | alacritty-8cb359ad024736bba5456999a67f2a426529dcc7.tar.gz alacritty-8cb359ad024736bba5456999a67f2a426529dcc7.zip |
Bump winit to 0.30.8
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | alacritty/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2526,9 +2526,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winit" -version = "0.30.7" +version = "0.30.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dba50bc8ef4b6f1a75c9274fb95aa9a8f63fbc66c56f391bd85cf68d51e7b1a3" +checksum = "f5d74280aabb958072864bff6cfbcf9025cf8bfacdde5e32b5e12920ef703b0f" dependencies = [ "ahash", "android-activity", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index eff0b089..6d05983a 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -41,7 +41,7 @@ tempfile = "3.12.0" toml = "0.8.2" toml_edit = "0.22.21" unicode-width = "0.1" -winit = { version = "0.30.7", default-features = false, features = ["rwh_06", "serde"] } +winit = { version = "0.30.8", default-features = false, features = ["rwh_06", "serde"] } [build-dependencies] gl_generator = "0.14.0" |