mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-13 13:40:34 +00:00
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:
parent
bd9323c9c0
commit
e320aa20e1
2 changed files with 19 additions and 4 deletions
21
4-Infrastructure/servo-fetch/Cargo.lock
generated
21
4-Infrastructure/servo-fetch/Cargo.lock
generated
|
|
@ -1568,6 +1568,21 @@ dependencies = [
|
||||||
"cssparser 0.36.0",
|
"cssparser 0.36.0",
|
||||||
"foldhash 0.2.0",
|
"foldhash 0.2.0",
|
||||||
"html5ever 0.38.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",
|
"nom 8.0.0",
|
||||||
"precomputed-hash",
|
"precomputed-hash",
|
||||||
"selectors 0.36.1",
|
"selectors 0.36.1",
|
||||||
|
|
@ -1591,11 +1606,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dom_smoothie"
|
name = "dom_smoothie"
|
||||||
version = "0.16.0"
|
version = "0.17.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0bc8a68d2cb540ae0f9d8602a15f7549cc7addf3b52614d950af1a59c5c8784f"
|
checksum = "f21cad308997c8c518aaee15c8b38bb04dc699bbcf30da4176443c9ef40c1bb5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dom_query 0.26.0",
|
"dom_query 0.27.0",
|
||||||
"flagset",
|
"flagset",
|
||||||
"foldhash 0.2.0",
|
"foldhash 0.2.0",
|
||||||
"gjson",
|
"gjson",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
servo = { version = "0.1.0", default-features = false, features = ["baked-in-resources", "js_jit"] }
|
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"
|
dom_query = "0.28"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue