Skip to content

Commit

Permalink
Bump windows from 0.58.0 to 0.59.0 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 2d5df02 commit 0b00d4e
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 28 deletions.
117 changes: 90 additions & 27 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 @@ -23,7 +23,7 @@ default-features = false
features = ["fs", "std"]

[target.'cfg(windows)'.dependencies]
windows = { version = "0.58.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_SystemServices"] }
windows = { version = "0.59.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 0b00d4e

Please sign in to comment.