1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 17:50:28 +03:00

update libssh-rs

This commit is contained in:
Wez Furlong 2024-05-13 07:19:17 -07:00
parent 55de5b0e4e
commit f0e62d26f3
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -3022,9 +3022,9 @@ dependencies = [
[[package]]
name = "libssh-rs"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13fbf28a79bb77f11a44716baca6327655198455b7c6f6189784279f3e331db"
checksum = "3fe5b617b2d56b06cc1166f074045b5c0d626160aa30ce8cd834191b9554a9c0"
dependencies = [
"bitflags 1.3.2",
"libc",
@ -3035,9 +3035,9 @@ dependencies = [
[[package]]
name = "libssh-rs-sys"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af07827858d82a7b74d6f935ad4201ff764fb1de8efcc26aeaa33e5f9c89ca2"
checksum = "36c1ac11240c1eb84950beff8eb6dd3dee21fab8d01947828269057fe63f14a9"
dependencies = [
"cc",
"libz-sys",

View File

@ -31,7 +31,7 @@ portable-pty = { version="0.8", path = "../pty" }
regex = "1"
smol = "1.2"
ssh2 = {version="0.9.3", features=["openssl-on-win32"], optional = true}
libssh-rs = {version="0.3.1", features=["vendored"], optional = true}
libssh-rs = {version="0.3.2", features=["vendored"], optional = true}
#libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored"], optional = true}
thiserror = "1.0"
socket2 = "0.5"