aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-09 02:06:33 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-09 02:06:33 -0500
commit3a92d03b3c47926b0eeaac8f301833b23d68a6ec (patch)
tree63fd78f3f4c412809da43a25a4359ee5d0826a63 /Cargo.toml
parenta686b1797cc9f0359da51e7e62c485c83d2e12f5 (diff)
downloadtextmode-3a92d03b3c47926b0eeaac8f301833b23d68a6ec.tar.gz
textmode-3a92d03b3c47926b0eeaac8f301833b23d68a6ec.zip
simplify
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 4ef7ca5..0ce270f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
itoa = "0.4"
nix = "0.20"
terminal_size = "0.1"
-vt100 = "0.11"
+vt100 = "0.12"
blocking = { version = "1.0", optional = true }
futures-lite = { version = "1.11", optional = true }