From a3168daa3f769a6747dfbe61103073a7e80a1485 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sat, 27 Aug 2022 14:30:21 +0000 Subject: [PATCH] chore: dependencies updated --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7fb3bb3..ea61b46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,15 +14,15 @@ categories = ["command-line-utilities"] [dependencies] anyhow = "1.0" bollard = "0.13" -cansi = "2.1" +cansi = "2.2" clap={version="3.2", features = ["derive", "unicode"] } -crossterm = "0.24" +crossterm = "0.25" futures-util = "0.3" parking_lot = {version= "0.12"} tokio = {version = "1.20", features=["full"]} tracing = "0.1" tracing-subscriber = "0.3" -tui = "0.18" +tui = "0.19" [dev-dependencies]