Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-stdx/Cargo.toml')
| -rw-r--r-- | helix-stdx/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml index 5aef6590..4279c837 100644 --- a/helix-stdx/Cargo.toml +++ b/helix-stdx/Cargo.toml @@ -20,10 +20,10 @@ regex-cursor = "0.1.4" bitflags = "2.6" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.52", features = ["Win32_Security", "Win32_Security_Authorization", "Win32_System_Threading"] } +windows-sys = { version = "0.59", features = ["Win32_Security", "Win32_Security_Authorization", "Win32_System_Threading"] } [target.'cfg(unix)'.dependencies] rustix = { version = "0.38", features = ["fs"] } [dev-dependencies] -tempfile = "3.10" +tempfile = "3.11" |