From e1acd099ac608dfd7b8d2a835a1de25f1d240fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 06:05:56 +0000 Subject: [PATCH] chore(deps): Update Rust crate raw-window-handle to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a76c8dd0..4c4c39c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ static_assertions = "1.1.0" typed-builder = "0.16.2" rich-sdl2-rust-sys = { path = "./rich-sdl2-rust-sys", version = "0.13.1" } once_cell = { version = "1.18.0", optional = true } -raw-window-handle = "0.3.4" +raw-window-handle = "0.6.0" [workspace] members = ["rich-sdl2-rust-sys"]