Skip to content

Commit 0aa49fe

Browse files
committed
Update windows to 0.60
1 parent d84a0ba commit 0aa49fe

File tree

3 files changed

+42
-74
lines changed

3 files changed

+42
-74
lines changed

Cargo.lock

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

etw-reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustc-hash = "2"
1818
memoffset = "0.9"
1919

2020
[dependencies.windows]
21-
version = "0.59"
21+
version = "0.60"
2222
features = ["Win32_System_Diagnostics_Etw",
2323
"Win32_System_Diagnostics_Debug",
2424
"Win32_System_SystemInformation",

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ winver = "1"
8787
# etw-reader = { path = "../etw-reader" }
8888

8989
[target.'cfg(windows)'.dependencies.windows]
90-
version = "0.59"
90+
version = "0.60"
9191
features = ["Win32",
9292
"Win32_Foundation",
9393
"Win32_Security",

0 commit comments

Comments
 (0)