chore: dependencies updated

This commit is contained in:
Jack Wills
2023-03-02 05:00:56 +00:00
parent 8f006dd8f2
commit 2bb4c33890
+1 -1
View File
@@ -19,7 +19,7 @@ clap={version="4.1", features = ["derive", "unicode", "color"] }
crossterm = "0.26" crossterm = "0.26"
futures-util = "0.3" futures-util = "0.3"
parking_lot = {version= "0.12"} parking_lot = {version= "0.12"}
tokio = {version = "1.25", features=["full"]} tokio = {version = "1.26", features=["full"]}
tracing = "0.1" tracing = "0.1"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"
tui = "0.19" tui = "0.19"