aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-05 04:02:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-05 04:02:51 -0500
commit3acb8cc8e9d23359ec7210619ac351d885ec89b4 (patch)
treec2c3b59082c6f399ff72cfc5d795cd15c898d9be /Cargo.toml
parent5dddb003dcc146b854b3a1b8819be625db216cf1 (diff)
downloadtextmode-3acb8cc8e9d23359ec7210619ac351d885ec89b4.tar.gz
textmode-3acb8cc8e9d23359ec7210619ac351d885ec89b4.zip
bump vt100
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 fbe68a8..a37bd1e 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.13.0" }
+vt100 = { path = "../vt100-rust", version = "0.13.1" }
blocking = { version = "1.1.0", optional = true }
futures-lite = { version = "1.12.0", optional = true }