From 4989d0966982168d36caca919a8a58fc950d2219 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 1 Oct 2019 12:48:21 -0400 Subject: bump dependency versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d03861e..4af5b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,10 @@ edition = "2018" [dependencies] bytes = "0.4" clap = "2" -crossterm = "0.10" +crossterm = "0.11" futures = "0.1" mio = "0.6" -snafu = { version = "0.4", features = ["futures-01"] } +snafu = { version = "0.5", features = ["futures-01"] } tokio = "0.1" tokio-pty-process = "0.4" twoway = "0.2" -- cgit v1.2.3-54-g00ecf