chore: dependencies updated

This commit is contained in:
Jack Wills
2024-10-21 16:32:24 +00:00
parent 289ede3f25
commit ea877d2371
2 changed files with 62 additions and 76 deletions
+2 -2
View File
@@ -34,12 +34,12 @@ crossterm = "0.28"
directories = "5.0"
futures-util = "0.3"
parking_lot = { version = "0.12" }
ratatui = "0.28"
ratatui = "0.29"
tokio = { version = "1.40", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1.10", features = ["fast-rng", "v4"] }
uuid = { version = "1.11", features = ["fast-rng", "v4"] }
[profile.release]
lto = true