From 35cdb6a27e25504f6eb368d48f1007085883635c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Nov 2021 21:35:24 -0500 Subject: bump deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3