chore: dependencies updated

This commit is contained in:
Jack Wills
2023-07-31 11:38:50 +00:00
parent cfe35b9894
commit 9903b78b1c
2 changed files with 190 additions and 117 deletions
+3 -3
View File
@@ -19,11 +19,11 @@ clap={version="4.3", features = ["derive", "unicode", "color"] }
crossterm = "0.26"
futures-util = "0.3"
parking_lot = {version= "0.12"}
tokio = {version = "1.28", features=["full"]}
tokio = {version = "1.29", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
ratatui = "0.21"
uuid = {version = "1.3", features = ["v4", "fast-rng"]}
ratatui = "0.22"
uuid = {version = "1.4", features = ["v4", "fast-rng"]}
[dev-dependencies]