From 7eea873d4f019a56534d185fcfa0825416bcdd32 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 05:23:36 +0000 Subject: [PATCH] Update winit requirement from 0.18 to 0.20 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/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 895e2bbea0..e7b1c0fc12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,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", "icon_loading"] } +winit = { version = "0.20", features = ["serde", "icon_loading"] } serde = { version = "1.0", features = ["derive"] } thread_profiler = { version = "0.3", optional = true }