chore: dependencies updated

This commit is contained in:
Jack Wills
2023-03-29 17:19:47 +00:00
parent f23dac9bc8
commit 7a9bdc9699
2 changed files with 144 additions and 112 deletions
+2 -2
View File
@@ -15,11 +15,11 @@ categories = ["command-line-utilities"]
anyhow = "1.0"
bollard = "0.14"
cansi = "2.2"
clap={version="4.1", features = ["derive", "unicode", "color"] }
clap={version="4.2", features = ["derive", "unicode", "color"] }
crossterm = "0.26"
futures-util = "0.3"
parking_lot = {version= "0.12"}
tokio = {version = "1.26", features=["full"]}
tokio = {version = "1.27", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
ratatui = "0.20"