From cf7e02dde94f69832a2e485b99785afc66a5bc15 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 21 Jul 2022 18:19:19 +0000 Subject: [PATCH] chore: dependencies updated --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f64201..079ed90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,13 +10,13 @@ readme = "README.md" [dependencies] anyhow = "1.0" -bollard = "0.12.0" +bollard = "0.13" cansi = "2.1" -clap={version="3.1", features = ["derive", "unicode"] } -crossterm = "0.23" +clap={version="3.2", features = ["derive", "unicode"] } +crossterm = "0.24" futures-util = "0.3" parking_lot = {version= "0.12"} -tokio = {version = "1.19", features=["full"]} +tokio = {version = "1.20", features=["full"]} tracing = "0.1" tracing-subscriber = "0.3" tui = "0.18"