Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #18966 from lnicola/bump-windows-sys
minor: Bump `windows-sys`
Laurențiu Nicola 2025-01-18
parent f2ce21c · parent d01fb4d · commit 248bd51
-rw-r--r--Cargo.lock6
-rw-r--r--crates/profile/Cargo.toml3
-rw-r--r--crates/rust-analyzer/Cargo.toml5
-rw-r--r--crates/stdx/Cargo.toml2
4 files changed, 9 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3a7ebb9da4..cdc6aef54a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1434,7 +1434,7 @@ dependencies = [
"libc",
"perf-event",
"tikv-jemalloc-ctl",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -1719,7 +1719,7 @@ dependencies = [
"vfs",
"vfs-notify",
"walkdir",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
"xflags",
"xshell",
]
@@ -1942,7 +1942,7 @@ dependencies = [
"jod-thread",
"libc",
"miow",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index 5eb746f86a..3179c810f6 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -21,8 +21,7 @@ jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = tr
perf-event = "=0.4.7"
[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.52", features = [
- "Win32_Foundation",
+windows-sys = { version = "0.59", features = [
"Win32_System_Threading",
"Win32_System_ProcessStatus",
] }
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml
index d06130ce8c..c24cbb4a31 100644
--- a/crates/rust-analyzer/Cargo.toml
+++ b/crates/rust-analyzer/Cargo.toml
@@ -76,7 +76,10 @@ vfs.workspace = true
paths.workspace = true
[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.52", features = ["Win32_System_Diagnostics_Debug", "Win32_System_Threading"] }
+windows-sys = { version = "0.59", features = [
+ "Win32_System_Diagnostics_Debug",
+ "Win32_System_Threading",
+] }
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = true }
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml
index bf0d6df9ad..1ebb48c577 100644
--- a/crates/stdx/Cargo.toml
+++ b/crates/stdx/Cargo.toml
@@ -23,7 +23,7 @@ itertools.workspace = true
[target.'cfg(windows)'.dependencies]
miow = "0.6.0"
-windows-sys = { version = "0.52", features = ["Win32_Foundation"] }
+windows-sys = { version = "0.59", features = ["Win32_Foundation"] }
[features]
# Uncomment to enable for the whole crate graph