Skip to content

Commit

Permalink
chore(deps): bump ratatui from 0.26.2 to 0.26.3
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.26.2 to 0.26.3.
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.26.2...v0.26.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wllfaria committed Aug 13, 2024
1 parent 98986da commit 65ce3f3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
36 changes: 25 additions & 11 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 @@ -22,7 +22,7 @@ tracing = "0.1.40"
serde = { version = "1.0.204", features = ["derive", "rc"] }
serde_json = "1.0.124"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
ratatui = { version = "0.26.1", features = ["all-widgets", "crossterm"] }
ratatui = { version = "0.26.3", features = ["all-widgets", "crossterm"] }
tree-sitter = "0.22.6"
tree-sitter-json = "0.21"
divan = "0.1.14"
Expand Down

0 comments on commit 65ce3f3

Please sign in to comment.