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 }