diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-10-30 03:15:07 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 03:15:07 +0400 |
commit | 609499640f4c45ac6ff1f7c7e1b100dea3e88858 (patch) | |
tree | 3911a27361f5c42a1e977d6f3071671137a4c5b7 /Cargo.lock | |
parent | 4b6ff13113575dffd6ebf0b861235c6a8eae2761 (diff) | |
download | alacritty-609499640f4c45ac6ff1f7c7e1b100dea3e88858.tar.gz alacritty-609499640f4c45ac6ff1f7c7e1b100dea3e88858.zip |
Bump glutin to 0.31.1
This fixes a crash on startup with macOS Sonoma.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -881,9 +881,9 @@ dependencies = [ [[package]] name = "glutin" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04c03bcbdb3c865ac10196deaddbcea719e601d2d3eef7541872b8dee3492a36" +checksum = "eca18d477e18c996c1fd1a50e04c6a745b67e2d512c7fb51f2757d9486a0e3ee" dependencies = [ "bitflags 2.4.0", "cfg_aliases", |