From c8bcf801171782819d93a5dace5cd516fc727538 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 14 Nov 2019 13:07:26 -0500 Subject: bump deps --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 185103f..9c50847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,10 @@ keywords = ["shell", "terminal"] categories = ["command-line-utilities"] [dependencies] -crossterm = "0.9" -futures = "0.1" -mio = "0.6" -nix = "0.14" -snafu = { version = "0.4", features = ["futures-01"] } -tokio = "0.1" +crossterm = "0.13" +futures = "0.1.29" +mio = "0.6.19" +nix = "0.15" +snafu = { version = "0.5", features = ["futures-01"] } +tokio = "0.1.22" tokio-pty-process-stream = "0.2" -- cgit v1.2.3-54-g00ecf