From 271ff45a95084dc65e11314737cbccf9a5d714a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 23:27:03 +0000 Subject: [PATCH] chore(deps): Update Rust crate raw-window-handle to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c207ae9a..262f16f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ static_assertions = "1.1.0" typed-builder = "0.18.2" rich-sdl2-rust-sys = { path = "./rich-sdl2-rust-sys", version = "0.13.2" } once_cell = { version = "1.19.0", optional = true } -raw-window-handle = "0.3.4" +raw-window-handle = "0.6.1" [workspace] members = ["rich-sdl2-rust-sys"]