chore: update dependencies

Some breaking changes in ratatui, should now all have been addressed
This commit is contained in:
Jack Wills
2024-02-12 16:20:02 +00:00
parent 76cd08ab2f
commit 10180d2e08
5 changed files with 131 additions and 97 deletions
+3 -3
View File
@@ -29,13 +29,13 @@ similar_names = "allow"
anyhow = "1.0"
bollard = "0.15"
cansi = "2.2"
clap = { version = "4.4", features = ["color", "derive", "unicode"] }
clap = { version = "4.5", features = ["color", "derive", "unicode"] }
crossterm = "0.27"
directories = "5.0"
futures-util = "0.3"
parking_lot = { version = "0.12" }
ratatui = "0.25"
tokio = { version = "1.35", features = ["full"] }
ratatui = "0.26"
tokio = { version = "1.36", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1.7", features = ["fast-rng", "v4"] }