Skip to content

Commit

Permalink
chore: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jul 21, 2022
1 parent ba902cb commit cf7e02d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf7e02d

Please sign in to comment.