Skip to content

Commit d01fb4d

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

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Diff for: Cargo.lock

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

Diff for: 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
] }

Diff for: crates/rust-analyzer/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ vfs.workspace = true
7676
paths.workspace = true
7777

7878
[target.'cfg(windows)'.dependencies]
79-
windows-sys = { version = "0.52", features = ["Win32_System_Diagnostics_Debug", "Win32_System_Threading"] }
79+
windows-sys = { version = "0.59", features = [
80+
"Win32_System_Diagnostics_Debug",
81+
"Win32_System_Threading",
82+
] }
8083

8184
[target.'cfg(not(target_env = "msvc"))'.dependencies]
8285
jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = true }

Diff for: 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", features = ["Win32_Foundation"] }
2727

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

0 commit comments

Comments
 (0)