diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-10-23 22:17:09 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-23 21:17:09 +0200 |
commit | d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37 (patch) | |
tree | a2c25ac330209d936fa2846d367669f0ed4c97a5 /winpty/Cargo.toml | |
parent | 9e0b9d5de1b8fe2d9d8ed80f73b4ad0fda171f22 (diff) | |
download | alacritty-d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37.tar.gz alacritty-d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37.zip |
Update dependencies
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] |