From 7d7a9fc55ea7e52182095dd5de895b5da8c70145 Mon Sep 17 00:00:00 2001 From: Steven Sheldon Date: Fri, 18 Oct 2019 11:31:13 -0700 Subject: [PATCH] Bump winit The version of winit used in the window example pins an old version of cocoa lacking a soundness fix (servo/core-foundation-rs#340) for undefined behavior in an upcoming version of rust (rust-lang/rust#65355). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d082960d..338773be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ version = "0.2.4" features = ["objc_exception"] [dev-dependencies] -winit = "0.17" +winit = "0.19" sema = "0.1.4"