summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid <wendajiang93@163.com>2022-01-06 11:31:45 +0800
committerChristian Duerr <contact@christianduerr.com>2022-01-08 21:52:58 +0100
commit7e0636810ed9a1b003cb62f4a0b8a3e632610d96 (patch)
treea34206fe4195c6db292c2477101f5afa47b0f8aa
parent8790d28d9aeed95f495919d70cc54a11c104dfc4 (diff)
Fix macOS IME regression
Fixes 5669.
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 610e7752..824d7a9b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1907,12 +1907,11 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winit"
-version = "0.26.0"
+version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70466a5f4825cc88c92963591b06dbc255420bffe19d847bfcda475e82d079c0"
+checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
dependencies = [
"bitflags",
- "block",
"cocoa",
"core-foundation 0.9.2",
"core-graphics 0.22.3",