From 1563fcabdbf7e14c595e73a3e14413923ea194c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 03:49:22 +0000 Subject: [PATCH] chore(deps) Update Rust crate raw-window-handle to 0.6 --- core/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 7c7f954997ba..a123ca466f9b 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -62,7 +62,7 @@ dirs-next = "2.0" percent-encoding = "2.3" reqwest = { version = "0.11", default-features = false, features = [ "json", "stream" ] } bytes = { version = "1", features = [ "serde" ] } -raw-window-handle = "0.5" +raw-window-handle = "0.6" glob = "0.3" mime = "0.3" data-url = { version = "0.3", optional = true }