fix(deps): update rust crate scraper to 0.22.0

This commit is contained in:
2025-02-09 20:16:59 +00:00
parent 5981356492
commit 0952cdf9cb
2 changed files with 67 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ regex = "1.11.1"
reqwest = { version = "0.12.7", features = ["blocking"] }
rocket = { version = "0.5.0-rc.2", features = ["json"] }
rocket_cors = "0.6.0"
scraper = "0.20.0"
scraper = "0.22.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
shared = { path = "../shared" }