Skip to content

Commit

Permalink
fix(deps): update rust crate windows-sys to 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 6725c13 commit 1cb68be
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 @@ -24,7 +24,7 @@ thiserror = "1"
serde = { version = "1", optional = true }

[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 1cb68be

Please sign in to comment.