aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-06 22:39:39 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-06 22:39:39 -0500
commitdbba3c9206f1e15b2b7a91066536efe57018831b (patch)
tree0aec704daef3c699fbdf7ba0df0c521865eb0313
parente0684c6dc75aa0ca2928c50e2f9b1e35230b6c86 (diff)
downloadtextmode-dbba3c9206f1e15b2b7a91066536efe57018831b.tar.gz
textmode-dbba3c9206f1e15b2b7a91066536efe57018831b.zip
bump vt100
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 769040d..e692a4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
itoa = "0.4"
terminal_size = "0.1"
-vt100 = "0.9"
+vt100 = "0.10"
blocking = { version = "1.0", optional = true }
futures-lite = { version = "1.11", optional = true }