From b94dd935835d4c6d4454d2de2ee009ea80a9a237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 19:56:20 +0000 Subject: [PATCH] chore(deps): update rust crate raw-window-handle to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9254c52..b843c86e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ static_assertions = "1.1.0" typed-builder = "0.11.0" rich-sdl2-rust-sys = { path = "./rich-sdl2-rust-sys", version = "0.13.0" } once_cell = { version = "1.18.0", optional = true } -raw-window-handle = "0.3.4" +raw-window-handle = "0.5.2" [workspace] members = ["rich-sdl2-rust-sys"]