aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-07 01:03:33 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-07 01:03:33 -0500
commit8927ec8dafaaca3a14b55bb680b4f7f92fa1ed8b (patch)
tree2dfbdf496db8eac16e1b623809c0a5fdf8bd18ae /Cargo.toml
parentdbba3c9206f1e15b2b7a91066536efe57018831b (diff)
downloadtextmode-8927ec8dafaaca3a14b55bb680b4f7f92fa1ed8b.tar.gz
textmode-8927ec8dafaaca3a14b55bb680b4f7f92fa1ed8b.zip
a bunch more improvements
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 }