mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
ssh: update for to pick up https://github.com/wez/libssh-rs/pull/1
This commit is contained in:
parent
b32e077231
commit
6f0757b73c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2413,7 +2413,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "libssh-rs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/wez/libssh-rs.git?rev=6f921d1d9291057c7a232393d6069a931b7f1133#6f921d1d9291057c7a232393d6069a931b7f1133"
|
||||
source = "git+https://github.com/wez/libssh-rs.git?rev=ca6472c16ca3ff5b271d64543d0461b39bae4c66#ca6472c16ca3ff5b271d64543d0461b39bae4c66"
|
||||
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=6f921d1d9291057c7a232393d6069a931b7f1133#6f921d1d9291057c7a232393d6069a931b7f1133"
|
||||
source = "git+https://github.com/wez/libssh-rs.git?rev=ca6472c16ca3ff5b271d64543d0461b39bae4c66#ca6472c16ca3ff5b271d64543d0461b39bae4c66"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libz-sys",
|
||||
|
@ -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="6f921d1d9291057c7a232393d6069a931b7f1133", features=["vendored"]}
|
||||
libssh-rs = {git="https://github.com/wez/libssh-rs.git", rev="ca6472c16ca3ff5b271d64543d0461b39bae4c66", features=["vendored"]}
|
||||
#libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored", "vendored-openssl"]}
|
||||
thiserror = "1.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user