From cdfd77902a2bfc5c693dccd3f88cf873d7c68462 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 8 Dec 2019 10:43:55 -0800 Subject: [PATCH] update ssh2 dep --- Cargo.toml | 2 +- pty/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ac90ffe0..1b54aff80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ rayon = "1.0" serde = {version="1.0", features = ["rc"]} serde_derive = "1.0" serial = "0.4" -ssh2 = "0.5" +ssh2 = "0.6" structopt = "0.2" tabout = { path = "tabout" } term = { path = "term" } diff --git a/pty/Cargo.toml b/pty/Cargo.toml index 79868e2c9..f7d5e3398 100644 --- a/pty/Cargo.toml +++ b/pty/Cargo.toml @@ -18,7 +18,7 @@ shell-words = "0.1" serde_derive = {version="1.0", optional=true} serde = {version="1.0", optional=true} serial = "0.4" -ssh2 = {optional=true, version="0.5"} +ssh2 = {optional=true, version="0.6"} [features] default = []