diff options
Diffstat (limited to 'crates/atuin-hex/Cargo.toml')
| -rw-r--r-- | crates/atuin-hex/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-hex/Cargo.toml b/crates/atuin-hex/Cargo.toml index 9625f67d..85ed8f14 100644 --- a/crates/atuin-hex/Cargo.toml +++ b/crates/atuin-hex/Cargo.toml @@ -13,9 +13,9 @@ repository = { workspace = true } [dependencies] clap = { workspace = true } -[target.'cfg(all(unix, not(target_os = "illumos")))'.dependencies] +# [target.'cfg(all(unix, not(target_os = "illumos")))'.dependencies] crossterm = { workspace = true } eyre = { workspace = true } -portable-pty = "0.8" +portable-pty = "0.9" signal-hook = "0.3" vt100 = { workspace = true } |
