Skip to content

Commit

Permalink
chore(deps): update to windows-rs 0.56 (#9493)
Browse files Browse the repository at this point in the history
* chore(deps): update to windows-rs 0.56

* lockfile

* use latest versions

* update lock file
  • Loading branch information
amrbashir authored Apr 22, 2024
1 parent de7bcf3 commit 07f2af0
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 80 deletions.
144 changes: 73 additions & 71 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ tracing = { version = "0.1", optional = true }
log = "0.4"

[target."cfg(windows)".dependencies]
webview2-com = "0.29"
webview2-com = "0.30"
softbuffer = { version = "0.4", default-features = false }

[target."cfg(windows)".dependencies.windows]
version = "0.54"
version = "0.56"
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 core/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.54"
version = "0.56"
features = [ "Win32_Foundation" ]

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

0 comments on commit 07f2af0

Please sign in to comment.