chore: dependencies updated

This commit is contained in:
Jack Wills
2023-02-02 13:10:56 +00:00
parent bd0202334c
commit d9156335ec
2 changed files with 78 additions and 54 deletions
+2 -2
View File
@@ -19,11 +19,11 @@ clap={version="4.1", features = ["derive", "unicode", "color"] }
crossterm = "0.26"
futures-util = "0.3"
parking_lot = {version= "0.12"}
tokio = {version = "1.24", features=["full"]}
tokio = {version = "1.25", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
tui = "0.19"
uuid = {version = "1.2", features = ["v4", "fast-rng"]}
uuid = {version = "1.3", features = ["v4", "fast-rng"]}
[dev-dependencies]