From 63922bd27f4efb99fc5b871b5ebaa7a73ea88fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 7 Mar 2019 05:27:30 +0000 Subject: [PATCH] Update winit requirement from 0.18 to 0.19 Updates the requirements on [winit](https://github.com/tomaka/winit) to permit the latest version. - [Release notes](https://github.com/tomaka/winit/releases) - [Changelog](https://github.com/tomaka/winit/blob/master/CHANGELOG.md) - [Commits](https://github.com/tomaka/winit/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d09fa77010..65b8fa4e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ fern = { version = "0.5", features = ["colored"] } log = { version = "0.4.6", features = ["serde"] } rayon = "1.0.2" rustc_version_runtime = "0.1" -winit = { version = "0.18", features = ["serde"] } +winit = { version = "0.19", features = ["serde"] } serde = "1.0" serde_derive = "1.0"