Bump dom_smoothie from 0.16.0 to 0.17.0 in /4-Infrastructure/servo-fetch

Bumps [dom_smoothie](https://github.com/niklak/dom_smoothie) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/niklak/dom_smoothie/releases)
- [Changelog](https://github.com/niklak/dom_smoothie/blob/main/CHANGELOG.md)
- [Commits](https://github.com/niklak/dom_smoothie/compare/0.16.0...0.17.0)

---
updated-dependencies:
- dependency-name: dom_smoothie
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit d3825fbe4fa3625513b63eb6aff4ce23afe8b611)
This commit is contained in:
dependabot[bot] 2026-05-19 01:28:51 +00:00 committed by Brandon Schneider
parent 83835af972
commit 36fa4291cd
2 changed files with 19 additions and 4 deletions

View file

@ -1568,6 +1568,21 @@ dependencies = [
"cssparser 0.36.0",
"foldhash 0.2.0",
"html5ever 0.38.0",
"precomputed-hash",
"selectors",
"tendril",
]
[[package]]
name = "dom_query"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89"
dependencies = [
"bit-set",
"cssparser",
"foldhash 0.2.0",
"html5ever 0.38.0",
"nom 8.0.0",
"precomputed-hash",
"selectors 0.36.1",
@ -1591,11 +1606,11 @@ dependencies = [
[[package]]
name = "dom_smoothie"
version = "0.16.0"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bc8a68d2cb540ae0f9d8602a15f7549cc7addf3b52614d950af1a59c5c8784f"
checksum = "f21cad308997c8c518aaee15c8b38bb04dc699bbcf30da4176443c9ef40c1bb5"
dependencies = [
"dom_query 0.26.0",
"dom_query 0.27.0",
"flagset",
"foldhash 0.2.0",
"gjson",

View file

@ -18,7 +18,7 @@ path = "src/main.rs"
[dependencies]
servo = { version = "0.1.0", default-features = false, features = ["baked-in-resources", "js_jit"] }
dom_smoothie = "0.16"
dom_smoothie = "0.17"
dom_query = "0.28"
clap = { version = "4", features = ["derive"] }
anyhow = "1"