Skip to content

Commit e65b50d

Browse files
chore(deps): update rust crate windows to 0.59
1 parent b8eb288 commit e65b50d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/tauri-runtime-wry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ webview2-com = "0.34"
3737
softbuffer = { version = "0.4", default-features = false }
3838

3939
[target."cfg(windows)".dependencies.windows]
40-
version = "0.58"
40+
version = "0.59"
4141
features = ["Win32_Foundation", "Win32_Graphics_Dwm"]
4242

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

crates/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.58"
39+
version = "0.59"
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]

crates/tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ webview2-com = "0.34"
120120
window-vibrancy = "0.5"
121121

122122
[target."cfg(windows)".dependencies.windows]
123-
version = "0.58"
123+
version = "0.59"
124124
features = ["Win32_Foundation"]
125125

126126
[target."cfg(target_os = \"android\")".dependencies]

0 commit comments

Comments
 (0)