Update scraper and ego-tree.

This gets rid of 4 dependencies, as verified by the output of

    yj -tj < Cargo.lock | jq -c '.package | length'

Previously it was 432, now it is 428.
This commit is contained in:
Aman Verma
2025-03-27 20:35:01 -05:00
parent 165d47c7b5
commit 6df4eaf809
2 changed files with 45 additions and 81 deletions

View File

@@ -72,10 +72,10 @@ sha3 = "0.10.8"
smallvec = "1.13.2"
static_assertions = "1.1.0"
scraper = { version = "0.19.1", default-features = false, features = [
scraper = { version = "0.23.1", default-features = false, features = [
"errors",
] }
ego-tree = "0.6.2"
ego-tree = "0.10.0"
serde_json = "1.0.122"