Skip to content

Commit

Permalink
Deps: update ratatui to 0.29.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Nov 8, 2024
1 parent 38da234 commit 82a6660
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ serde = { version = "1.0.204", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.79", default-features = false, features = ["std"] }
simplelog = { version = "0.12.0", default-features = false, features = ["local-offset"] }
snapbox = "0.6.10" # keep in sync with `trycmd`
strum = { version = "0.26.1", default-features = false, features = ["derive"] }
strum = { version = "0.26.3", default-features = false, features = ["derive"] }
sync_wrapper = { version = "1.0.0", default-features = false }
tempfile = { version = "3.3.0", default-features = false }
thiserror = { version = "1.0.65", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ serde_json = { workspace = true }
simplelog = { workspace = true }
strum = { workspace = true, features = ["derive", "std"] }
tokio = { workspace = true, features = ["rt-multi-thread", "sync"] }
ratatui = { version = "0.28.0", optional = true, default-features = false, features = ["crossterm"] }
ratatui = { version = "0.29.0", optional = true, default-features = false, features = ["crossterm"] }
unicode-width = { workspace = true, optional = true }
# We have no true direct dependency on wgpu, but do need to select backends.
# (As of wgpu 0.19, Vulkan is implicitly enabled on Linux.)
Expand Down

0 comments on commit 82a6660

Please sign in to comment.