From ec9d6621b65b30f1a6fa27e13cfbba88d14662c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:22:33 +0000 Subject: [PATCH] fix(deps): update rust crate raw-window-handle to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb3fc07f80..5d0ee601ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ lazy_static = "1" libc = "0.2" log = "0.4" serde = { version = "1", optional = true, features = [ "serde_derive" ] } -raw-window-handle = "0.5" +raw-window-handle = "0.6" bitflags = "1" crossbeam-channel = "0.5" url = "2"