mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 08:29:20 +00:00
Bump ratatui from 0.29.0 to 0.30.0
Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.29.0...ratatui-v0.30.0) --- updated-dependencies: - dependency-name: ratatui dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
13d75df6cd
commit
46c5cf0781
2 changed files with 791 additions and 101 deletions
890
Cargo.lock
generated
890
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -58,7 +58,7 @@ notify = "8"
|
|||
notify-debouncer-mini = "0.7"
|
||||
once_cell = "1"
|
||||
parking_lot_core = "0.9"
|
||||
ratatui = { version = "0.29", default-features = false, features = [
|
||||
ratatui = { version = "0.30", default-features = false, features = [
|
||||
'crossterm',
|
||||
'serde',
|
||||
] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue