Skip to content

Commit a44dfaf

Browse files
committed
Bump windows-sys
1 parent f61bfa4 commit a44dfaf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/profile/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = tr
2121
perf-event = "=0.4.7"
2222

2323
[target.'cfg(windows)'.dependencies]
24-
windows-sys = { version = "0.52", features = [
25-
"Win32_Foundation",
24+
windows-sys = { version = "0.59", features = [
2625
"Win32_System_Threading",
2726
"Win32_System_ProcessStatus",
2827
] }

crates/stdx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ itertools.workspace = true
2323

2424
[target.'cfg(windows)'.dependencies]
2525
miow = "0.6.0"
26-
windows-sys = { version = "0.52", features = ["Win32_Foundation"] }
26+
windows-sys = { version = "0.59" }
2727

2828
[features]
2929
# Uncomment to enable for the whole crate graph

0 commit comments

Comments
 (0)