Skip to content

Commit d4c908c

Browse files
authored
fix(deps): update rust crate windows to 0.57 and webview2-com to 0.31 (#10048)
* fix(deps): update rust crate windows to 0.57 and webview2-com to 0.31 * revert fmt * wry@0.41
1 parent 669b9c6 commit d4c908c

File tree

5 files changed

+77
-26
lines changed

5 files changed

+77
-26
lines changed

.changes/windows-rs-0.57.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'tauri': 'patch:deps'
3+
'tauri-runtime': 'patch:deps'
4+
'tauri-runtime-wry': 'patch:deps'
5+
---
6+
7+
Update `windows` crate to version `0.57` and `webview2-com` crate to version `0.31`

Cargo.lock

+63-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/tauri-runtime-wry/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = { workspace = true }
1313
rust-version = { workspace = true }
1414

1515
[dependencies]
16-
wry = { version = "0.40", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
16+
wry = { version = "0.41", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
1717
tao = { version = "0.28", default-features = false, features = [ "rwh_06" ] }
1818
tauri-runtime = { version = "2.0.0-beta.18", path = "../tauri-runtime" }
1919
tauri-utils = { version = "2.0.0-beta.17", path = "../tauri-utils" }
@@ -24,11 +24,11 @@ tracing = { version = "0.1", optional = true }
2424
log = "0.4"
2525

2626
[target."cfg(windows)".dependencies]
27-
webview2-com = "0.30"
27+
webview2-com = "0.31"
2828
softbuffer = { version = "0.4", default-features = false }
2929

3030
[target."cfg(windows)".dependencies.windows]
31-
version = "0.56"
31+
version = "0.57"
3232
features = [ "Win32_Foundation", "Win32_Graphics_Dwm" ]
3333

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

core/tauri-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ url = { version = "2" }
3636
dpi = { version = "0.1", features = [ "serde" ] }
3737

3838
[target."cfg(windows)".dependencies.windows]
39-
version = "0.56"
39+
version = "0.57"
4040
features = [ "Win32_Foundation" ]
4141

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

core/tauri/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ objc = "0.2"
9292
window-vibrancy = "0.5"
9393

9494
[target."cfg(windows)".dependencies]
95-
webview2-com = "0.30"
95+
webview2-com = "0.31"
9696
window-vibrancy = "0.5"
9797

9898
[target."cfg(windows)".dependencies.windows]
99-
version = "0.56"
100-
features = [ "Win32_Foundation" ]
99+
version = "0.57"
100+
features = ["Win32_Foundation"]
101101

102102
[target."cfg(target_os = \"android\")".dependencies]
103103
jni = "0.21"

0 commit comments

Comments
 (0)