chore: Dependencies updated

ratatui v0.24.0 fixes
This commit is contained in:
Jack Wills
2023-10-25 15:55:32 +00:00
parent b8079ad962
commit 4e9fb65fe2
4 changed files with 90 additions and 39 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ parking_lot = { version= "0.12" }
tokio = { version = "1.33", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
ratatui = "0.23"
ratatui = "0.24"
uuid = { version = "1.5", features = ["v4", "fast-rng"] }
[dev-dependencies]