aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 20:36:10 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 20:36:10 -0500
commita653cf9cb1b2c5f8bcefcd0daa5f96b7a6a42507 (patch)
tree79df67e55dbf9db4dda2160b1c0b431a16ab24e0
parentadd8d2d0de591a055e9c7b3d5c557cb72f961c39 (diff)
downloadttyrec-bin-a653cf9cb1b2c5f8bcefcd0daa5f96b7a6a42507.tar.gz
ttyrec-bin-a653cf9cb1b2c5f8bcefcd0daa5f96b7a6a42507.zip
bump vt100
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad79802..4909d92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@ structopt = { version = "0.3.25", features = ["paw", "wrap_help"] }
terminal_size = "0.1.17"
textmode = { version = "0.2.0", features = ["async"] }
ttyrec = { path = "../ttyrec", version = "0.3.0", features = ["async"] }
-vt100 = { path = "../vt100-rust", version = "0.13.0" }
+vt100 = { path = "../vt100-rust", version = "0.13.1" }