chore(dependencies): update multiple dependencies and library versions
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 17:09:28 +05:30
parent 9fcacdcb32
commit e5521f2c3e
4 changed files with 168 additions and 209 deletions

View File

@@ -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"