From c7c2507da16a9beb71bf06745fe7ac1325ab7c2a Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Tue, 24 Oct 2023 19:17:06 +0300 Subject: [PATCH] chore(deps): update windows-rs to 0.51 and webview2-com to 0.27 (#8035) Co-authored-by: Lucas Nogueira --- .changes/windows-rs-0.51.md | 9 +++++++++ core/tauri-runtime-wry/Cargo.toml | 4 ++-- core/tauri-runtime/Cargo.toml | 2 +- core/tauri/Cargo.toml | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 .changes/windows-rs-0.51.md diff --git a/.changes/windows-rs-0.51.md b/.changes/windows-rs-0.51.md new file mode 100644 index 000000000..11916973c --- /dev/null +++ b/.changes/windows-rs-0.51.md @@ -0,0 +1,9 @@ +--- +"tauri": "patch:deps" +"tauri-runtime": "patch:deps" +"tauri-runtime-wry": "patch:deps" +"tauri-utils": "patch:deps" +--- + +Update `windows` to version `0.51` and `webview2-com` to version `0.27` + diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index c8afa4c4a..4ce11f790 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -20,10 +20,10 @@ raw-window-handle = "0.5" http = "0.2" [target."cfg(windows)".dependencies] -webview2-com = "0.25" +webview2-com = "0.27" [target."cfg(windows)".dependencies.windows] - version = "0.48" + version = "0.51" 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/core/tauri-runtime/Cargo.toml b/core/tauri-runtime/Cargo.toml index aa8f0c430..2a87d555a 100644 --- a/core/tauri-runtime/Cargo.toml +++ b/core/tauri-runtime/Cargo.toml @@ -34,7 +34,7 @@ raw-window-handle = "0.5" url = { version = "2" } [target."cfg(windows)".dependencies.windows] -version = "0.48" +version = "0.51" 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/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index f726e8172..9ea014444 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -86,11 +86,11 @@ objc = "0.2" window-vibrancy = "0.4" [target."cfg(windows)".dependencies] -webview2-com = "0.25" +webview2-com = "0.27" window-vibrancy = "0.4" [target."cfg(windows)".dependencies.windows] - version = "0.48" + version = "0.51" features = [ "Win32_Foundation" ] [target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]