mirror of
https://github.com/kristoferssolo/traxor.git
synced 2025-10-21 20:10:35 +00:00
chore: update depencency versions
This commit is contained in:
parent
8b6a290b3e
commit
c17c0ebffa
627
Cargo.lock
generated
627
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.27"
|
||||
ratatui = { version = "0.25" }
|
||||
ratatui = { version = "0.26" }
|
||||
transmission-rpc = "0.4"
|
||||
# transmission-rpc = { path = "/home/kristofers/repos/transmission-rpc" }
|
||||
url = "2.4"
|
||||
|
||||
@ -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()))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user