Skip to content

Commit a99da69

Browse files
mina86adamreichold
authored andcommitted
Bump html5ever and selectors dependencies
Also do ‘cargo update’ to update the lock file. Testet with `cargo test && cargo test --no-default-featurs && cargo test --all-features`.
1 parent d62bf27 commit a99da69

File tree

3 files changed

+56
-47
lines changed

3 files changed

+56
-47
lines changed

Cargo.lock

Lines changed: 53 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scraper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ readme = "README.md"
1515
[dependencies]
1616
cssparser = "0.35.0"
1717
ego-tree = "0.10.0"
18-
html5ever = "0.31.0"
18+
html5ever = "0.35.0"
1919
indexmap = { version = "2.7.1", optional = true }
2020
precomputed-hash = "0.1.1"
21-
selectors = "0.29.0"
21+
selectors = "0.30.0"
2222
serde = { version = "1.0.218", optional = true }
2323
tendril = "0.4.3"
2424

scraper/src/html/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ impl Html {
8989
Default::default(),
9090
QualName::new(None, ns!(html), local_name!("body")),
9191
Vec::new(),
92+
false,
9293
);
9394
parser.one(fragment)
9495
}

0 commit comments

Comments
 (0)