summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-06-17 00:58:29 +0000
committerGitHub <noreply@github.com>2023-06-17 00:58:29 +0000
commit727531406c8511c3b7685ea5bc6897604172e6aa (patch)
treed8e99c90a7419e273125595047d703db5e0a7a18
parentafffdbe612cb8b573016184400e0deeb0137ccb9 (diff)
downloadalacritty-727531406c8511c3b7685ea5bc6897604172e6aa.tar.gz
alacritty-727531406c8511c3b7685ea5bc6897604172e6aa.zip
Fix freeze with some drivers when using GLX
Fixes #6972.
-rw-r--r--CHANGELOG.md1
-rw-r--r--Cargo.lock4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index deb96e03..e769d470 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Hyperlink preview not being shown when the terminal has exactly 2 lines
- Crash on Windows when changing display scale factor
+- Freeze with some drivers when using GLX
### Removed
diff --git a/Cargo.lock b/Cargo.lock
index b84ee05d..7fd7347e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -783,9 +783,9 @@ dependencies = [
[[package]]
name = "glutin"
-version = "0.30.8"
+version = "0.30.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62f9b771a65f0a1e3ddb6aa16f867d87dc73c922411c255e6c4ab7f6d45c7327"
+checksum = "23b0385782048be65f0a9dd046c469d6a758a53fe1aa63a8111dea394d2ffa2f"
dependencies = [
"bitflags 1.3.2",
"cfg_aliases",