aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-10-29 16:18:33 +0400
committerGitHub <noreply@github.com>2023-10-29 16:18:33 +0400
commita0663c522537b65ea83ff6706da1e28651997c1b (patch)
treeb2159100e6fad4831049479d91b97f007563c02b /Cargo.lock
parent0db2fc7865cff5c7455889093042329b9f5ef68c (diff)
downloadalacritty-a0663c522537b65ea83ff6706da1e28651997c1b.tar.gz
alacritty-a0663c522537b65ea83ff6706da1e28651997c1b.zip
Add `window.blur` config option
Fixes #972.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0d4ec42..a3d81d88 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2386,9 +2386,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "winit"
-version = "0.29.2"
+version = "0.29.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b829f75d02fe1e225b97c91a04c326900147a50234d1141a1cbe215ce8798c11"
+checksum = "161598019a9da35ab6c34dc46cd13546cba9dbf9816475d4dd9a639455016563"
dependencies = [
"ahash",
"android-activity",