From 41695acee58c0a7ce39608a3ca3d49ab06815770 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:54:36 +0000 Subject: [PATCH] chore(deps): update rust crate winit to 0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c68e25aa4..cea6ccd625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ libc = "0.2" pollster = "0.3.0" tao = "0.27" wgpu = "0.19" -winit = "0.29" +winit = "0.30.0" getrandom = "0.2" http-range = "0.1" percent-encoding = "2.3"