Skip to content

Commit

Permalink
chore(deps): bump ratatui from 0.28.1 to 0.29.0 (#25)
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.28.1 to 0.29.0.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 23769bb commit a46bc2f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 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 @@ -7,7 +7,7 @@ edition = "2021"
chrono = "0.4.38"
clap = { version = "4.5.20", features = ["derive"] }
color-eyre = "0.6.3"
ratatui = { version = "0.28.1", features = ["all-widgets"] }
ratatui = { version = "0.29.0", features = ["all-widgets"] }
scylla = "0.13.2"
serde = { version = "1.0.214", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
Expand Down

0 comments on commit a46bc2f

Please sign in to comment.