From 1a2bc078ef06b3a28d5c8ca5f2f495d63c3afbd8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 28 Oct 2019 13:28:06 -0400 Subject: move to tokio-pty-process-stream --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a7a6deb..185103f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ mio = "0.6" nix = "0.14" snafu = { version = "0.4", features = ["futures-01"] } tokio = "0.1" -tokio-pty-process = "0.4" +tokio-pty-process-stream = "0.2" -- cgit v1.2.3-54-g00ecf