aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 13:28:47 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 13:28:47 -0500
commiteefc1f8cf664f685c49cecabb1f15419ac151259 (patch)
tree56f74649bec34068647c8eb52a4e51806587f30e
parent12e0529283573b8a09716a87f5723158288057a8 (diff)
downloadtextmode-eefc1f8cf664f685c49cecabb1f15419ac151259.tar.gz
textmode-eefc1f8cf664f685c49cecabb1f15419ac151259.zip
bump deps
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a9f0b6..472bb2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ license = "MIT"
itoa = "1.0.1"
nix = "0.23.0"
terminal_size = "0.1.17"
-vt100 = "0.14.0"
+vt100 = "0.15.0"
blocking = { version = "1.1.0", optional = true }
futures-lite = { version = "1.12.0", optional = true }
@@ -27,7 +27,7 @@ async = ["blocking", "futures-lite"]
[dev-dependencies]
assert_cmd = "2.0.2"
assert_fs = "1.0.6"
-escargot = "0.5.6"
+escargot = "0.5.7"
libc = "0.2.112"
-pty-process = { version = "0.1.1", features = ["backend-smol"] }
+pty-process = { version = "0.2.0", features = ["backend-smol"] }
smol = "1.2.5"