Skip to content

Commit c7c2507

Browse files
chore(deps): update windows-rs to 0.51 and webview2-com to 0.27 (#8035)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
1 parent 9580df1 commit c7c2507

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.changes/windows-rs-0.51.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"tauri": "patch:deps"
3+
"tauri-runtime": "patch:deps"
4+
"tauri-runtime-wry": "patch:deps"
5+
"tauri-utils": "patch:deps"
6+
---
7+
8+
Update `windows` to version `0.51` and `webview2-com` to version `0.27`
9+

core/tauri-runtime-wry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ raw-window-handle = "0.5"
2020
http = "0.2"
2121

2222
[target."cfg(windows)".dependencies]
23-
webview2-com = "0.25"
23+
webview2-com = "0.27"
2424

2525
[target."cfg(windows)".dependencies.windows]
26-
version = "0.48"
26+
version = "0.51"
2727
features = [ "Win32_Foundation" ]
2828

2929
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]

core/tauri-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ raw-window-handle = "0.5"
3434
url = { version = "2" }
3535

3636
[target."cfg(windows)".dependencies.windows]
37-
version = "0.48"
37+
version = "0.51"
3838
features = [ "Win32_Foundation" ]
3939

4040
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]

core/tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ objc = "0.2"
8686
window-vibrancy = "0.4"
8787

8888
[target."cfg(windows)".dependencies]
89-
webview2-com = "0.25"
89+
webview2-com = "0.27"
9090
window-vibrancy = "0.4"
9191

9292
[target."cfg(windows)".dependencies.windows]
93-
version = "0.48"
93+
version = "0.51"
9494
features = [ "Win32_Foundation" ]
9595

9696
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]

0 commit comments

Comments
 (0)