chore: update depencency versions

This commit is contained in:
2024-02-21 15:32:34 +02:00
parent 8b6a290b3e
commit c17c0ebffa
3 changed files with 387 additions and 244 deletions

View File

@@ -26,7 +26,7 @@ pub fn render(app: &mut App, frame: &mut Frame) {
.constraints([Constraint::Length(3), Constraint::Min(0)].as_ref())
.split(size);
let titles = app
let titles: Vec<_> = app
.tabs()
.iter()
.map(|x| Line::from(x.to_string()))