summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c54771a..e47ce2c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -600,7 +600,7 @@ dependencies = [
[[package]]
name = "textmode"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"blocking",
"futures-lite",
@@ -688,7 +688,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "vt100"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"itoa",
"log",
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]