From d947466d0613a3d96396237ce69c33dda9bb33c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:09:29 +0000 Subject: [PATCH] chore(deps): update rust crate winit to 0.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34bfe66..5624f7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ objc = "0.2" png = "0.17" [dev-dependencies] -winit = "0.29" +winit = "0.30" tao = "0.30" wry = "0.42" image = "0.25"