chores: cargo update

This commit is contained in:
Jack Wills
2022-12-09 03:35:43 +00:00
parent a89d66d2d3
commit 1525b31502
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ clap={version="4.0", features = ["derive", "unicode", "color"] }
crossterm = "0.25"
futures-util = "0.3"
parking_lot = {version= "0.12"}
tokio = {version = "1.22", features=["full"]}
tokio = {version = "1.23", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
tui = "0.19"