From 50c7c2b469095d41a8fdf4c29589f39222a98f71 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 6 Jan 2022 11:31:45 +0800 Subject: [PATCH] Fix macOS IME regression Fixes 5669. --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be47ee94..2d1d1237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1889,12 +1889,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",