Skip to content

Commit

Permalink
fix(deps): update rust crate windows-sys to 0.52 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent afe527a commit 3291963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ once_cell = "1"
thiserror = "1"

[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.48"
version = "0.52"
features = [
"Win32_UI_WindowsAndMessaging",
"Win32_Foundation",
Expand Down

0 comments on commit 3291963

Please sign in to comment.