Skip to content

Commit 24a7d27

Browse files
fix(deps): update rust crate windows to 0.57 and webview2-com to 0.31 (#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]>
1 parent 2148126 commit 24a7d27

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changes/windows-rs-0.57.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wry": "minor"
3+
---
4+
5+
Update `windows` crate to `0.57` and `webview2-com` crate to `0.31`

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ gdkx11 = { version = "0.18", optional = true }
6565
percent-encoding = "2.3"
6666

6767
[target."cfg(target_os = \"windows\")".dependencies]
68-
webview2-com = "0.30"
68+
webview2-com = "0.31"
6969
windows-version = "0.1"
70-
windows-core = "0.56"
70+
windows-core = "0.57"
7171
dunce = "1"
7272

7373
[target."cfg(target_os = \"windows\")".dependencies.windows]
74-
version = "0.56"
74+
version = "0.57"
7575
features = [
7676
"implement",
7777
"Win32_Foundation",

0 commit comments

Comments
 (0)