From 31b02826afacb73dbd85178c2502c0bba689e202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:42:23 +0000 Subject: [PATCH] build(deps): update winit-test requirement from 0.1.0 to 0.2.0 Updates the requirements on [winit-test](https://github.com/notgull/winit-test) to permit the latest version. - [Release notes](https://github.com/notgull/winit-test/releases) - [Commits](https://github.com/notgull/winit-test/commits/v0.2.0) --- updated-dependencies: - dependency-name: winit-test 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 b7be7ed..cae6cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ 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-test = "0.1.0" +winit-test = "0.2.0" [dev-dependencies.image] version = "0.24.6"