Skip to content

Commit

Permalink
chore(deps): update rust crate windows to 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent d8db504 commit 70c1354
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ arboard = { version = "3", optional = true }
webview2-com = "0.19.1"

[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
version = "0.59.0"
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 core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ url = { version = "2" }
webview2-com = "0.19.1"

[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
version = "0.59.0"
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 core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ webview2-com = "0.19.1" # Do not update without consensus
win7-notifications = { version = "0.4", optional = true }

[target."cfg(windows)".dependencies.windows]
version = "0.39.0" # Do not update without consensus
version = "0.59.0" # Do not update without consensus
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
Expand Down

0 comments on commit 70c1354

Please sign in to comment.