From ce6f502fcaa86efa13892df86edf6ae93f058cba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:20:22 +0000 Subject: [PATCH] fix(deps): update rust crate winit to 0.28.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dafb3ea3de..cac86187f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ glib = "0.16" gtk = "0.16" gdk = "0.16" soup3 = "0.3" -winit = { package = "winit-gtk", version = "0.28.1", features = [ "serde" ], optional = true } +winit = { package = "winit-gtk", version = "0.28.2", features = [ "serde" ], optional = true } [target."cfg(target_os = \"windows\")".dependencies] webview2-com = "0.27"