Skip to content

Commit

Permalink
chore(deps): update rust crate windows to 0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent b9a99a5 commit c92d1c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ webview2-com = "0.34"
softbuffer = { version = "0.4", default-features = false }

[target."cfg(windows)".dependencies.windows]
version = "0.58"
version = "0.59"
features = ["Win32_Foundation", "Win32_Graphics_Dwm"]

[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 crates/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ url = { version = "2" }
dpi = { version = "0.1", features = ["serde"] }

[target."cfg(windows)".dependencies.windows]
version = "0.58"
version = "0.59"
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 crates/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ webview2-com = "0.34"
window-vibrancy = "0.5"

[target."cfg(windows)".dependencies.windows]
version = "0.58"
version = "0.59"
features = ["Win32_Foundation"]

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

0 comments on commit c92d1c2

Please sign in to comment.