From a0ea9176360b68f0c9be117e096ef7dd8375d14d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:26:24 +0000 Subject: [PATCH] fix(deps): update rust crate winit to 0.29 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a973acb33..eca6884073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ winit = { version = "0.29", package = "winit-gtk", features = [ "serde" ], optio webview2-com = "0.27" windows-implement = "0.51" dunce = "1" -winit = { version = "0.28", features = [ "serde" ], optional = true } +winit = { version = "0.29", features = [ "serde" ], optional = true } [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.51" @@ -89,7 +89,7 @@ cocoa = "0.25" core-graphics = "0.23" objc = "0.2" objc_id = "0.1" -winit = { version = "0.28", features = [ "serde" ], optional = true } +winit = { version = "0.29", features = [ "serde" ], optional = true } [target."cfg(target_os = \"android\")".dependencies] crossbeam-channel = "0.5"