aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71706ac..fbe68a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ itoa = "0.4.8"
nix = "0.23.0"
terminal_size = "0.1.17"
thiserror = "1.0.30"
-vt100 = { path = "../vt100-rust", version = "0.12.0" }
+vt100 = { path = "../vt100-rust", version = "0.13.0" }
blocking = { version = "1.1.0", optional = true }
futures-lite = { version = "1.12.0", optional = true }