Skip to content

Commit

Permalink
Bump windows from 0.59.0 to 0.60.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 25, 2025
1 parent 26b73fe commit ebc9907
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 87 deletions.
146 changes: 60 additions & 86 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ features = ["fs", "std"]
version = "0.2.169"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.59.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_SystemServices"] }
windows = { version = "0.60.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_SystemServices"] }

[features]
tracing = ["dep:tracing", "dep:tracing-attributes"]
Expand Down

0 comments on commit ebc9907

Please sign in to comment.