summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-17 21:35:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-17 21:35:24 -0500
commit35cdb6a27e25504f6eb368d48f1007085883635c (patch)
tree07844fae8e5bb993a5aba32dccb689618af8eee9 /Cargo.toml
parentd03e0e591023d2398ceb0a36e6713a60a912a199 (diff)
downloadnbsh-35cdb6a27e25504f6eb368d48f1007085883635c.tar.gz
nbsh-35cdb6a27e25504f6eb368d48f1007085883635c.zip
bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c873200..38ac03e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,9 @@ pty-process = { path = "../pty-process", version = "0.1.1", features = ["backend
signal-hook = "0.3.10"
signal-hook-async-std = "0.2.1"
terminal_size = "0.1.17"
-textmode = { path = "../textmode", version = "0.1.1", features = ["async"] }
+textmode = { path = "../textmode", version = "0.2.0", features = ["async"] }
unicode-width = "0.1.9"
users = "0.11.0"
-vt100 = { path = "../vt100-rust", version = "0.12.0" }
+vt100 = { path = "../vt100-rust", version = "0.13.0" }
[features]