tui : update packages

This commit is contained in:
Henri Bourcereau 2024-10-18 16:18:14 +02:00
parent 7848bfcbca
commit 94021137a3
2 changed files with 174 additions and 57 deletions

View file

@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.89"
bincode = "1.3.3"
crossterm = "0.27.0"
ratatui = "0.24.0"
renet = "0.0.13"
crossterm = "0.28.1"
ratatui = "0.28.1"
# renet = "0.0.13"
store = { path = "../store" }