From 00f6457dcf73a19f7ec789210bf1e685b59f124a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:43:23 +0000 Subject: [PATCH] Update winit requirement from 0.29 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.29.1-beta...v0.30.0) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 064a3afcdc124..bd13306080d65 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -32,7 +32,7 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.14.0-dev" } # other # feature rwh_06 refers to window_raw_handle@v0.6 -winit = { version = "0.29", default-features = false, features = ["rwh_06"] } +winit = { version = "0.30", default-features = false, features = ["rwh_06"] } accesskit_winit = { version = "0.17", default-features = false, features = [ "rwh_06", ] }