1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-09-18 19:52:47 +00:00

Upgrade and update deps

This commit is contained in:
2025-09-15 17:58:36 -04:00
parent 20749421d1
commit d26b779f07
2 changed files with 345 additions and 315 deletions

656
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ name = "the_biggs_brief"
description = "Blogroll of RSS feeds I enjoy in the form of a newspaper."
version = "0.5.0"
edition = "2021"
rust-version = "1.75"
rust-version = "1.89"
authors = ["Anson Biggs"]
homepage = "https://zine.ansonbiggs.com"
license = "MIT"
@@ -20,7 +20,7 @@ rayon = "1.8"
regex = "1.11"
reqwest = { version = "0.12", features = ["blocking"] }
rss = "2.0"
scraper = "0.23"
scraper = "0.24"
simple_logger = "5.0"
time = "0.3"
url = "2.5"