From d30f2dd889a2f4719e6d0fb50a5b0ff21967cb79 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Nov 2021 12:35:02 -0500 Subject: bump deps --- Cargo.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9fda6b..a6b56e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,23 +12,23 @@ categories = ["asynchronous", "command-line-interface"] license = "MIT" [dependencies] -itoa = "0.4" -nix = "0.20" -terminal_size = "0.1" -thiserror = "1.0" -vt100 = "0.12" +itoa = "0.4.8" +nix = "0.23.0" +terminal_size = "0.1.17" +thiserror = "1.0.30" +vt100 = "0.12.0" -blocking = { version = "1.0", optional = true } -futures-lite = { version = "1.11", optional = true } +blocking = { version = "1.1.0", optional = true } +futures-lite = { version = "1.12.0", optional = true } [features] default = [] async = ["blocking", "futures-lite"] [dev-dependencies] -assert_cmd = "1.0" -assert_fs = "1.0" -escargot = "0.5" -libc = "0.2" -pty-process = { version = "0.1", features = ["backend-smol"] } -smol = "1.2" +assert_cmd = "2.0.2" +assert_fs = "1.0.6" +escargot = "0.5.6" +libc = "0.2.107" +pty-process = { version = "0.1.1", features = ["backend-smol"] } +smol = "1.2.5" -- cgit v1.2.3-54-g00ecf