chore(dependencies): update multiple dependencies and library versions
This commit is contained in:
@@ -31,8 +31,8 @@ tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
|
||||
# TUI dependencies
|
||||
ratatui = { version = "0.28", features = ["crossterm"] }
|
||||
crossterm = "0.28"
|
||||
ratatui = { version = "0.29", features = ["crossterm"] }
|
||||
crossterm = "0.29"
|
||||
|
||||
# Serialization
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
@@ -45,6 +45,6 @@ chrono = { workspace = true, features = ["serde"] }
|
||||
futures = "0.3"
|
||||
|
||||
# Configuration
|
||||
config = "0.14"
|
||||
toml = "0.8"
|
||||
dirs = "5.0"
|
||||
config = "0.15"
|
||||
toml = "0.9"
|
||||
dirs = "6.0"
|
||||
|
||||
@@ -1247,7 +1247,7 @@ fn render_queue_tab(f: &mut Frame, area: Rect, app: &App) {
|
||||
.borders(Borders::ALL)
|
||||
.title("Download Queue"),
|
||||
)
|
||||
.highlight_style(
|
||||
.row_highlight_style(
|
||||
Style::default()
|
||||
.fg(Color::Yellow)
|
||||
.add_modifier(Modifier::BOLD),
|
||||
@@ -1315,7 +1315,7 @@ fn render_history_tab(f: &mut Frame, area: Rect, app: &App) {
|
||||
)
|
||||
.header(header.style(Style::default().fg(Color::Yellow)))
|
||||
.block(Block::default().borders(Borders::ALL).title("History"))
|
||||
.highlight_style(
|
||||
.row_highlight_style(
|
||||
Style::default()
|
||||
.fg(Color::Yellow)
|
||||
.add_modifier(Modifier::BOLD),
|
||||
|
||||
Reference in New Issue
Block a user