From e9eb88026af653b8bf804892da4fbda8f692abf1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Dec 2021 18:38:35 -0500 Subject: bump deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a37bd1e..82cbd88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ itoa = "0.4.8" nix = "0.23.0" terminal_size = "0.1.17" thiserror = "1.0.30" -vt100 = { path = "../vt100-rust", version = "0.13.1" } +vt100 = "0.13.2" blocking = { version = "1.1.0", optional = true } futures-lite = { version = "1.12.0", optional = true } @@ -29,6 +29,6 @@ async = ["blocking", "futures-lite"] assert_cmd = "2.0.2" assert_fs = "1.0.6" escargot = "0.5.6" -libc = "0.2.107" -pty-process = { path = "../pty-process", version = "0.1.1", features = ["backend-smol"] } +libc = "0.2.109" +pty-process = { version = "0.1.1", features = ["backend-smol"] } smol = "1.2.5" -- cgit v1.2.3-54-g00ecf