Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump tui-bar-graph in the rust-minor-updates group
Bumps the rust-minor-updates group with 1 update: [tui-bar-graph](https://github.com/ratatui/tui-widgets).


Updates `tui-bar-graph` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/ratatui/tui-widgets/releases)
- [Changelog](https://github.com/ratatui/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](ratatui/tui-widgets@tui-bar-graph-v0.3.1...tui-bar-graph-v0.3.2)

---
updated-dependencies:
- dependency-name: tui-bar-graph
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2026
commit e3522f85bca2afbf3664d90149856c14fc61833e
4 changes: 2 additions & 2 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 @@ -34,7 +34,7 @@ backtrace = "0.3.76"
arboard = "3.4"
crossterm = "0.29"
tui-equalizer = "0.2.0-alpha"
tui-bar-graph = "0.3.1"
tui-bar-graph = "0.3.2"
colorgrad = "0.8.0"
tokio = { version = "1.50", features = ["full"] }
rand = "0.8.4"
Expand Down
Loading