Skip to content

Commit 0b00d4e

Browse files
Bump windows from 0.58.0 to 0.59.0 (#90)
1 parent 2d5df02 commit 0b00d4e

File tree

2 files changed

+91
-28
lines changed

2 files changed

+91
-28
lines changed

Cargo.lock

Lines changed: 90 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ default-features = false
2323
features = ["fs", "std"]
2424

2525
[target.'cfg(windows)'.dependencies]
26-
windows = { version = "0.58.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_SystemServices"] }
26+
windows = { version = "0.59.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_SystemServices"] }
2727

2828
[features]
2929
tracing = ["dep:tracing", "dep:tracing-attributes"]

0 commit comments

Comments
 (0)