Merge branch 'neura/minor-updates' into 'master'

Update ratatui and run cargo update

See merge request veloren/veloren!4516
This commit is contained in:
Marcel 2024-06-29 22:31:08 +00:00
commit 6214f9df5a
2 changed files with 459 additions and 356 deletions

813
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@ shell-words = "1.0.0"
tracing = { workspace = true }
ron = { workspace = true }
serde = { workspace = true, features = ["rc", "derive"] }
ratatui = { version = "0.26.0", features = ["crossterm"] }
ratatui = { version = "0.27.0", features = ["crossterm"] }
rand = { workspace = true }
# ECS
specs = { workspace = true }