chore: dependencies updated

This commit is contained in:
Jack Wills
2023-06-03 20:24:09 +00:00
parent 1fd1dfc75d
commit 0caa92f6a4
2 changed files with 114 additions and 220 deletions
+3 -3
View File
@@ -15,14 +15,14 @@ categories = ["command-line-utilities"]
anyhow = "1.0"
bollard = "0.14"
cansi = "2.2"
clap={version="4.2", features = ["derive", "unicode", "color"] }
clap={version="4.3", features = ["derive", "unicode", "color"] }
crossterm = "0.26"
futures-util = "0.3"
parking_lot = {version= "0.12"}
tokio = {version = "1.27", features=["full"]}
tokio = {version = "1.28", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
ratatui = "0.20"
ratatui = "0.21"
uuid = {version = "1.3", features = ["v4", "fast-rng"]}
[dev-dependencies]