Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/Cargo.toml')
-rw-r--r--crates/profile/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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",
] }