summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2023-02-17 11:01:47 +0100
committerGitHub <noreply@github.com>2023-02-17 11:01:47 +0100
commitc161766fc9e5818213f44b4c8be4d1029b7b0c6b (patch)
treef2b144f8ae70ed872f9a3cbe10d19bd434670bbd /zellij-utils
parent27d577753c783f12bfeaaf7070c46b6fff934bc6 (diff)
chore(deps): update termwiz to v0.20.0 (#2169)
fix unparsed horizontal scroll escape sequences
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index cc18c8f80..32caa3910 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -40,7 +40,7 @@ kdl = { version = "4.5.0", features = ["span"] }
#[cfg(not(target_family = "wasm"))]
[target.'cfg(not(target_family = "wasm"))'.dependencies]
-termwiz = "0.19.0"
+termwiz = "0.20.0"
log4rs = "1.2.0"
signal-hook = "0.3"
interprocess = "1.1.1"