diff options
Diffstat (limited to 'winpty/Cargo.toml')
-rw-r--r-- | winpty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winpty/Cargo.toml b/winpty/Cargo.toml index f049013c..edddbb35 100644 --- a/winpty/Cargo.toml +++ b/winpty/Cargo.toml @@ -12,7 +12,7 @@ bitflags = "1.0" widestring = "0.4.0" [target.'cfg(windows)'.dev-dependencies] -named_pipe = "0.3" +named_pipe = "0.4.1" winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] } [target.'cfg(windows)'.build-dependencies] |