From 79206d6d385fcfcfca48b019162e320a59efd318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:08:16 +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 f095df160b..c59ff29671 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"