fix: update git repo links

This commit is contained in:
Troy 2025-05-05 21:49:42 +01:00
parent d74625e2b3
commit 25f39d8c9b
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 373 additions and 219 deletions

View file

@ -6,17 +6,17 @@ description = "A terminal based feed checker."
authors = ["Troy Lusty <hello@troylusty.com>"]
[dependencies]
chrono = "0.4.40"
clap = { version = "4.5.31", features = ["derive"] }
reqwest = "0.12.12"
chrono = "0.4.41"
clap = { version = "4.5.37", features = ["derive"] }
reqwest = "0.12.15"
rss = "2.0.12"
serde = { version = "1.0.218", features = ["derive"] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.20"
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"
futures = "0.3.31"
indicatif = "0.17.11"
anyhow = "1.0.97"
anyhow = "1.0.98"
[profile.dev]
opt-level = 0