From a56ec7478a454acb7cc555b6048438711d0c098e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:28:11 +0000 Subject: [PATCH] chore(deps): update winit requirement from 0.28 to 0.30 Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.28.0...v0.30.12) --- updated-dependencies: - dependency-name: winit dependency-version: 0.30.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8892e37..91d8540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ macos_26_0 = ["macos_15_2"] [dev-dependencies] png = "0.18" tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "macros", "test-util"] } -winit = "0.28" +winit = "0.30" raw-window-handle = "0.5" [package.metadata.docs.rs]