1
1
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:
Wez Furlong 2024-12-05 08:35:33 -07:00
parent 1f00bb3e89
commit 6f375e29a2
No known key found for this signature in database
GPG Key ID: A7E93559F0040A51
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4119,7 +4119,7 @@ checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
[[package]]
name = "portable-pty"
version = "0.8.1"
version = "0.9.0"
dependencies = [
"anyhow",
"bitflags 1.3.2",

View File

@ -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}