From e6a0756ef862c40e7ec1ad42cfca85d52472fda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 14:28:05 +0000 Subject: [PATCH] Update raw-window-handle requirement from 0.4.2 to 0.5.0 Updates the requirements on [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) to permit the latest version. - [Release notes](https://github.com/rust-windowing/raw-window-handle/releases) - [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: raw-window-handle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_window/Cargo.toml | 2 +- crates/bevy_winit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index 8a93fd404ddb6..90dce4e6bbb14 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -16,7 +16,7 @@ bevy_math = { path = "../bevy_math", version = "0.8.0" } bevy_utils = { path = "../bevy_utils", version = "0.8.0" } # Used for close_on_esc bevy_input = { path = "../bevy_input", version = "0.8.0" } -raw-window-handle = "0.4.2" +raw-window-handle = "0.5.0" # other diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 50a5c8ab7f802..c12b2e9b3b3b1 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -24,7 +24,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.8.0" } # other winit = { version = "0.26.0", default-features = false } approx = { version = "0.5.0", default-features = false } -raw-window-handle = "0.4.2" +raw-window-handle = "0.5.0" [target.'cfg(target_arch = "wasm32")'.dependencies] winit = { version = "0.26.0", default-features = false }