Skip to content

Commit

Permalink
chore(deps): update windows-rs to 0.51 and webview2-com to 0.27 (#8035)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
amrbashir and lucasfernog authored Oct 24, 2023
1 parent 9580df1 commit c7c2507
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .changes/windows-rs-0.51.md
Original file line number Diff line number Diff line change
@@ -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`

4 changes: 2 additions & 2 deletions core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c7c2507

Please sign in to comment.