From d2ed38520dc800b66307f05c37ce887addd6a8bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:23:01 +0000 Subject: [PATCH] chore(deps): update rust crate winit to 0.29.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90d014d..38ef93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "1.0.57" blit = { version = "0.8.5", optional = true, default-features = false } [dev-dependencies] -winit = "0.28.7" +winit = "0.29.14" log = "0.4.21" web-time = "1.1.0" blit = "0.8.5"