From 42e8ade4009260a637f88338eda98f2dba51b6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:08:27 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 452bcf38a..36a7988ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ bevy = { version = "0.13", default-features = false, features = [ ] } [target.'cfg(target_arch = "wasm32")'.dependencies] -winit = "0.29" +winit = "0.30" web-sys = { version = "0.3.63", features = [ "Clipboard", "ClipboardEvent",