Skip to content

Commit

Permalink
build(deps): bump ratatui from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 21aa7a3 commit d36e634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 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 d36e634

Please sign in to comment.