From 9da954011843427f4eeab1fb5ac6590d3cc9bb29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:22:20 +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 d45fd475..b064bce6 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.28" wry = "0.39" image = "0.25"