summaryrefslogtreecommitdiffstats
path: root/winpty
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-03 22:57:54 +0000
committerGitHub <noreply@github.com>2019-04-03 22:57:54 +0000
commite98ea64c748f1cce673c97adbc72e6a9a3c11e5f (patch)
treeaba9d97bc30eb7a78669a557b9d3ffd4a77df789 /winpty
parent86ccd0566edf97849079889a80e67669332c37cb (diff)
Bump dependencies
Diffstat (limited to 'winpty')
-rw-r--r--winpty/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/winpty/Cargo.toml b/winpty/Cargo.toml
index fd917983..665ff0f1 100644
--- a/winpty/Cargo.toml
+++ b/winpty/Cargo.toml
@@ -8,8 +8,8 @@ description = "Safe rust bindings for winpty"
[target.'cfg(windows)'.dependencies]
winpty-sys = "0.4.3"
bitflags = "1.0"
-widestring = "0.2.2"
+widestring = "0.4.0"
[target.'cfg(windows)'.dev-dependencies]
-named_pipe = "0.3"
+named_pipe = "0.4"
winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] }