Skip to content

Commit

Permalink
fix(deps): update rust crate windows to 0.57 and webview2-com to 0.31 (
Browse files Browse the repository at this point in the history
…#1289)

* fix(deps): update rust crate windows to 0.57

* change file

* Update .changes/windows-rs-0.57.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
renovate[bot] and amrbashir authored Jun 12, 2024
1 parent 2148126 commit 24a7d27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/windows-rs-0.57.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": "minor"
---

Update `windows` crate to `0.57` and `webview2-com` crate to `0.31`
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ gdkx11 = { version = "0.18", optional = true }
percent-encoding = "2.3"

[target."cfg(target_os = \"windows\")".dependencies]
webview2-com = "0.30"
webview2-com = "0.31"
windows-version = "0.1"
windows-core = "0.56"
windows-core = "0.57"
dunce = "1"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.56"
version = "0.57"
features = [
"implement",
"Win32_Foundation",
Expand Down

0 comments on commit 24a7d27

Please sign in to comment.