dependencies updated

This commit is contained in:
Jack Wills
2023-08-28 12:40:28 +00:00
parent 9d3f8c0a2d
commit 8e4c2e6867
2 changed files with 50 additions and 21 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ parking_lot = { version= "0.12" }
tokio = { version = "1.32", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
ratatui = "0.22"
ratatui = "0.23"
uuid = { version = "1.4", features = ["v4", "fast-rng"] }
[dev-dependencies]