From eefc1f8cf664f685c49cecabb1f15419ac151259 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 15 Dec 2021 13:28:47 -0500 Subject: bump deps --- Cargo.toml | 6 +++--- 1 file 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" -- cgit v1.2.3