From 46d8caad8238fd2c2c8e6f40ff2779f562c10de1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 08:49:00 +0000 Subject: [PATCH] fix(deps): update rust crate raw-window-handle to 0.6 --- crates/runtime/wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runtime/wgpu/Cargo.toml b/crates/runtime/wgpu/Cargo.toml index fb87960fb..f663b0117 100644 --- a/crates/runtime/wgpu/Cargo.toml +++ b/crates/runtime/wgpu/Cargo.toml @@ -9,7 +9,7 @@ wgpu = { version = "0.20", features = ["trace"] } anyhow = "1" winit = { version = "0.29", features = ["rwh_05"] } bytemuck = { version = "1.15", features = ["derive"] } -raw-window-handle = "0.5" +raw-window-handle = "0.6" tracing = "0.1" uuid = { version = "1.8", features = ["v4"] } image = "0.25"