aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e692a4a..544d2a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
itoa = "0.4"
terminal_size = "0.1"
-vt100 = "0.10"
+vt100 = "0.11"
blocking = { version = "1.0", optional = true }
futures-lite = { version = "1.11", optional = true }