From 356a2f087c4807c6228a0973af216a86fdb3acc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:01:58 +0000 Subject: [PATCH] Update winit requirement from 0.27 to 0.28 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/v0.28.1/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.27.0...v0.28.1) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- animation-helper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation-helper/Cargo.toml b/animation-helper/Cargo.toml index d85ffea..cfe0383 100644 --- a/animation-helper/Cargo.toml +++ b/animation-helper/Cargo.toml @@ -9,4 +9,4 @@ wfc = { path = "../wfc" } wfc_image = { path = "../wfc-image" } coord_2d = "0.3" pixels = "0.11" -winit = "0.27" +winit = "0.28"