mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 21:01:36 +03:00
wezterm-ssh: update pty version
This commit is contained in:
parent
1f00bb3e89
commit
6f375e29a2
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4119,7 +4119,7 @@ checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
|
||||
|
||||
[[package]]
|
||||
name = "portable-pty"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags 1.3.2",
|
||||
|
@ -27,7 +27,7 @@ filenamegen = "0.2.6"
|
||||
gethostname = "0.5"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
portable-pty = { version="0.8", path = "../pty" }
|
||||
portable-pty = { version="0.9", path = "../pty" }
|
||||
regex = "1"
|
||||
smol = "2.0"
|
||||
ssh2 = {version="0.9.3", features=["openssl-on-win32"], optional = true}
|
||||
|
Loading…
Reference in New Issue
Block a user