diff --git a/Cargo.lock b/Cargo.lock index 32f6e9618..66715ce71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5414,7 +5414,7 @@ dependencies = [ [[package]] name = "wezterm-ssh" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "assert_fs", diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index 060e40651..c8e4c20dd 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wezterm-ssh" -version = "0.2.0" +version = "0.3.0" authors = ["Wez Furlong "] edition = "2018" repository = "https://github.com/wez/wezterm" @@ -27,12 +27,12 @@ portable-pty = { version="0.6", path = "../pty" } regex = "1" smol = "1.2" ssh2 = {version="0.9.3", features=["openssl-on-win32"]} -libssh-rs = {version="0.1", features=["vendored"]} +libssh-rs = {version="0.1.1", features=["vendored"]} #libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored", "vendored-openssl"]} thiserror = "1.0" # Not used directly, but is used to centralize the openssl vendor feature selection -async_ossl = { path = "../async_ossl" } +#async_ossl = { path = "../async_ossl" } [dev-dependencies] assert_fs = "1.0.4"