diff --git a/Cargo.lock b/Cargo.lock index 5260e2a2d..8b7896f56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2413,7 +2413,7 @@ dependencies = [ [[package]] name = "libssh-rs" version = "0.1.0" -source = "git+https://github.com/wez/libssh-rs.git?rev=1f41e980510bd30900f8c8cc5708f074b1d75c88#1f41e980510bd30900f8c8cc5708f074b1d75c88" +source = "git+https://github.com/wez/libssh-rs.git?rev=a2966c7e8261f94ca1144870546fc6ed620c962b#a2966c7e8261f94ca1144870546fc6ed620c962b" dependencies = [ "bitflags", "libssh-rs-sys", @@ -2423,7 +2423,7 @@ dependencies = [ [[package]] name = "libssh-rs-sys" version = "0.1.0" -source = "git+https://github.com/wez/libssh-rs.git?rev=1f41e980510bd30900f8c8cc5708f074b1d75c88#1f41e980510bd30900f8c8cc5708f074b1d75c88" +source = "git+https://github.com/wez/libssh-rs.git?rev=a2966c7e8261f94ca1144870546fc6ed620c962b#a2966c7e8261f94ca1144870546fc6ed620c962b" dependencies = [ "cc", "libz-sys", diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index 30a6039cb..f035fbc4b 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -27,7 +27,7 @@ portable-pty = { version="0.5", path = "../pty" } regex = "1" smol = "1.2" ssh2 = {version="0.9.3", features=["openssl-on-win32"]} -libssh-rs = {git="https://github.com/wez/libssh-rs.git", rev="1f41e980510bd30900f8c8cc5708f074b1d75c88", features=["vendored"]} +libssh-rs = {git="https://github.com/wez/libssh-rs.git", rev="a2966c7e8261f94ca1144870546fc6ed620c962b", features=["vendored"]} #libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored", "vendored-openssl"]} thiserror = "1.0"