chore: bump version

This commit is contained in:
talwat 2026-04-15 00:17:03 +02:00
parent f3cbb5274f
commit c7bd50adef
2 changed files with 236 additions and 232 deletions

466
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -60,7 +60,7 @@ url = { version = "2.5.8", default-features = false }
# Scraper # Scraper
serde = { version = "1.0.228", features = ["derive"], optional = true } serde = { version = "1.0.228", features = ["derive"], optional = true }
serde_json = { version = "1.0.149", optional = true } serde_json = { version = "1.0.149", optional = true }
scraper = { version = "0.25.0", optional = true } scraper = { version = "0.26.0", optional = true }
html-escape = { version = "0.2.13", optional = true } html-escape = { version = "0.2.13", optional = true }
indicatif = { version = "0.18.4", optional = true } indicatif = { version = "0.18.4", optional = true }