aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-03-01 14:36:56 +0400
committerGitHub <noreply@github.com>2024-03-01 14:36:56 +0400
commit63e94fd32409b8654a7ec9e6a3c1d1365544ff6c (patch)
tree81dafe77bd4d91bc12ab70e0d814faf815fc5392
parent876bbc50beaf53f83134630a4aaec4c8ddc5d2ec (diff)
downloadalacritty-63e94fd32409b8654a7ec9e6a3c1d1365544ff6c.tar.gz
alacritty-63e94fd32409b8654a7ec9e6a3c1d1365544ff6c.zip
Bump winit to 0.29.12
The 0.29.11 was yanked.
-rw-r--r--Cargo.lock4
-rw-r--r--alacritty/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ebc787ff..566794b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"