chore: update dependencies
This commit is contained in:
parent
66599dd600
commit
4426f3fbdb
3 changed files with 212 additions and 277 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -7,13 +7,13 @@ authors = ["Troy Lusty <hello@troylusty.com>"]
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4.41"
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
reqwest = "0.12.15"
|
||||
clap = { version = "4.5.39", features = ["derive"] }
|
||||
reqwest = "0.12.19"
|
||||
rss = "2.0.12"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "0.8.22"
|
||||
xdg = "2.5.2"
|
||||
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "0.8.23"
|
||||
xdg = "3.0.0"
|
||||
futures = "0.3.31"
|
||||
indicatif = "0.17.11"
|
||||
anyhow = "1.0.98"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue