From ee9497c54d0099dcbc2be95881cd165f956610f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:09:04 +0000 Subject: [PATCH] chore(deps): update rust crate windows to 0.59 --- crates/tauri-runtime-wry/Cargo.toml | 2 +- crates/tauri-runtime/Cargo.toml | 2 +- crates/tauri/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/tauri-runtime-wry/Cargo.toml b/crates/tauri-runtime-wry/Cargo.toml index 3a180bc43f4e..7b3b743e85c9 100644 --- a/crates/tauri-runtime-wry/Cargo.toml +++ b/crates/tauri-runtime-wry/Cargo.toml @@ -37,7 +37,7 @@ webview2-com = "0.34" softbuffer = { version = "0.4", default-features = false } [target."cfg(windows)".dependencies.windows] -version = "0.58" +version = "0.59" features = ["Win32_Foundation", "Win32_Graphics_Dwm"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] diff --git a/crates/tauri-runtime/Cargo.toml b/crates/tauri-runtime/Cargo.toml index 0e2171b9c574..e57a28d7aa2b 100644 --- a/crates/tauri-runtime/Cargo.toml +++ b/crates/tauri-runtime/Cargo.toml @@ -36,7 +36,7 @@ url = { version = "2" } dpi = { version = "0.1", features = ["serde"] } [target."cfg(windows)".dependencies.windows] -version = "0.58" +version = "0.59" features = ["Win32_Foundation"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 384c0a50a583..65b66dd5c29a 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -120,7 +120,7 @@ webview2-com = "0.34" window-vibrancy = "0.5" [target."cfg(windows)".dependencies.windows] -version = "0.58" +version = "0.59" features = ["Win32_Foundation"] [target."cfg(target_os = \"android\")".dependencies]