Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/Cargo.toml')
| -rw-r--r-- | crates/profile/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 8377e94c8d..048d3776ca 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -23,7 +23,7 @@ perf-event = "=0.4.8" libc.workspace = true [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.60", features = [ +windows-sys = { version = "0.61", features = [ "Win32_System_Threading", "Win32_System_ProcessStatus", ] } |