diff --git a/Cargo.toml b/Cargo.toml index 6fafe26..b1f33b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_pipe" -version = "1.2.2" +version = "1.2.3" authors = ["Jack O'Connor"] description = "a cross-platform library for opening OS pipes" repository = "https://github.com/oconnor663/os_pipe.rs" @@ -15,7 +15,7 @@ rust-version = "1.63" libc = "0.2.62" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_System_Pipes", "Win32_Security"] } +windows-sys = { version = "0.60.0", features = ["Win32_Foundation", "Win32_System_Pipes", "Win32_Security"] } [features] # Integration with IO safety types like OwnedFd is now always enabled, and this