fix non hl match page

This commit is contained in:
Robin Appelman 2025-04-11 02:23:44 +02:00
commit bc9a4bffdd
5 changed files with 15 additions and 7 deletions

View file

@ -6,8 +6,8 @@ edition = "2021"
[dependencies]
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt", "signal"] }
main_error = "0.1.2"
# ugc-scraper = { version = "0.4.1", path = ".." }
ugc-scraper = "0.4.2"
#ugc-scraper = { version = "*", path = ".." }
ugc-scraper = "0.4.3"
axum = "0.7.4"
steamid-ng = "1.0.0"
thiserror = "1.0.50"