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>
This commit is contained in:
dependabot[bot] 2026-05-19 01:28:51 +00:00 committed by GitHub
parent 1d01a62696
commit 80a607a75d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 5 deletions

View file

@ -1540,6 +1540,21 @@ name = "dom_query"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23e4c03f2421dab1870544d171d3db22bdab0da4015995ff0b2f23125bbda9fb"
dependencies = [
"bit-set",
"cssparser",
"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",
@ -1553,11 +1568,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",
"dom_query 0.27.0",
"flagset",
"foldhash 0.2.0",
"gjson",
@ -6423,7 +6438,7 @@ dependencies = [
"axum",
"base64 0.22.1",
"clap",
"dom_query",
"dom_query 0.26.0",
"dom_smoothie",
"dpi",
"euclid 0.22.14",

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.26"
clap = { version = "4", features = ["derive"] }
anyhow = "1"