From 1991d0367d285402e24a4df9422aebc5b5691550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:20:32 +0000 Subject: [PATCH] build(deps): update winit requirement from 0.29.2 to 0.30.0 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.29.2...v0.30.0) --- updated-dependencies: - dependency-name: winit 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 c71ecb04..7d82d972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ cfg_aliases = "0.2.0" colorous = "1.0.12" criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] } instant = "0.1.12" -winit = "0.29.2" +winit = "0.30.0" winit-test = "0.1.0" [dev-dependencies.image]