Update Rust crate scraper to 0.27 #18

Open
noplife wants to merge 1 commit from renovate/scraper-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
scraper dependencies minor 0.200.27

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rust-scraper/scraper (scraper)

v0.27.0

Compare Source

What's Changed

  • Bump dependencies including selectors and cssparser.
  • Avoid exposing optional dependencies as implicit features.

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.26.0...v0.27.0

v0.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.25.0...v0.26.0

v0.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0

v0.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0

v0.23.1

Compare Source

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.23.0...v0.23.1

v0.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.22.0...v0.23.0

v0.22.0

Compare Source

What's Changed

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.21.0...v0.22.0

v0.21.0: 0.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.20.0...v0.21.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [scraper](https://github.com/rust-scraper/scraper) | dependencies | minor | `0.20` → `0.27` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/16) for more information. --- ### Release Notes <details> <summary>rust-scraper/scraper (scraper)</summary> ### [`v0.27.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.27.0) [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.26.0...v0.27.0) #### What's Changed - Bump dependencies including selectors and cssparser. - Avoid exposing optional dependencies as implicit features. **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.26.0...v0.27.0> ### [`v0.26.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.26.0) [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.25.0...v0.26.0) #### What's Changed - fix dom manipulation example by [@&#8203;JayceFayne](https://github.com/JayceFayne) in [#&#8203;292](https://github.com/rust-scraper/scraper/pull/292) - Bump selectors from 0.33.0 to 0.35.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;298](https://github.com/rust-scraper/scraper/pull/298) - Bump indexmap from 2.12.1 to 2.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;294](https://github.com/rust-scraper/scraper/pull/294) - Upgrade ego-tree to 0.11.0 and html5ever to 0.37.1 by [@&#8203;cfvescovo](https://github.com/cfvescovo) in [#&#8203;300](https://github.com/rust-scraper/scraper/pull/300) - Bump html5ever from 0.37.1 to 0.38.0 by [@&#8203;mohe2015](https://github.com/mohe2015) in [#&#8203;303](https://github.com/rust-scraper/scraper/pull/303) - Bump selectors from 0.35.0 to 0.36.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;307](https://github.com/rust-scraper/scraper/pull/307) - Bump html5ever from 0.38.0 to 0.39.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;308](https://github.com/rust-scraper/scraper/pull/308) - Version 0.26.0 by [@&#8203;adamreichold](https://github.com/adamreichold) in [#&#8203;306](https://github.com/rust-scraper/scraper/pull/306) #### New Contributors - [@&#8203;JayceFayne](https://github.com/JayceFayne) made their first contribution in [#&#8203;292](https://github.com/rust-scraper/scraper/pull/292) **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.25.0...v0.26.0> ### [`v0.25.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.25.0) [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0) #### What's Changed - chore(Cargo.toml): bump servo to 0.36.0 by [@&#8203;Jan9103](https://github.com/Jan9103) in [#&#8203;280](https://github.com/rust-scraper/scraper/pull/280) - Add version flag in executable by [@&#8203;kachick](https://github.com/kachick) in [#&#8203;282](https://github.com/rust-scraper/scraper/pull/282) - Avoid panic for unknown flags and invalid selectors when using executable by [@&#8203;kachick](https://github.com/kachick) in [#&#8203;283](https://github.com/rust-scraper/scraper/pull/283) - Update repo URL by [@&#8203;atouchet](https://github.com/atouchet) in [#&#8203;286](https://github.com/rust-scraper/scraper/pull/286) - Added cargo deny to test github action by [@&#8203;haydonryan](https://github.com/haydonryan) in [#&#8203;287](https://github.com/rust-scraper/scraper/pull/287) #### New Contributors - [@&#8203;Jan9103](https://github.com/Jan9103) made their first contribution in [#&#8203;280](https://github.com/rust-scraper/scraper/pull/280) - [@&#8203;kachick](https://github.com/kachick) made their first contribution in [#&#8203;282](https://github.com/rust-scraper/scraper/pull/282) - [@&#8203;atouchet](https://github.com/atouchet) made their first contribution in [#&#8203;286](https://github.com/rust-scraper/scraper/pull/286) - [@&#8203;haydonryan](https://github.com/haydonryan) made their first contribution in [#&#8203;287](https://github.com/rust-scraper/scraper/pull/287) **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0> ### [`v0.24.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.24.0) [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0) #### What's Changed - Bump depedencies, especially html5ever, cssparser, selectors which must be bumped together. by [@&#8203;adamreichold](https://github.com/adamreichold) in [#&#8203;249](https://github.com/rust-scraper/scraper/pull/249) - Bump `selectors` to v0.28 by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in [#&#8203;251](https://github.com/rust-scraper/scraper/pull/251) - Bump getopts from 0.2.21 to 0.2.22 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;254](https://github.com/rust-scraper/scraper/pull/254) - Recreate README.md as a non-symlink by [@&#8203;saschanaz](https://github.com/saschanaz) in [#&#8203;250](https://github.com/rust-scraper/scraper/pull/250) - Bump selectors from 0.28.0 to 0.29.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;257](https://github.com/rust-scraper/scraper/pull/257) - Bump html5ever and selectors dependencies by [@&#8203;mina86](https://github.com/mina86) in [#&#8203;263](https://github.com/rust-scraper/scraper/pull/263) - Bump selectors from 0.30.0 to 0.31.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;264](https://github.com/rust-scraper/scraper/pull/264) #### New Contributors - [@&#8203;saschanaz](https://github.com/saschanaz) made their first contribution in [#&#8203;250](https://github.com/rust-scraper/scraper/pull/250) - [@&#8203;mina86](https://github.com/mina86) made their first contribution in [#&#8203;263](https://github.com/rust-scraper/scraper/pull/263) **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0> ### [`v0.23.1`](https://github.com/rust-scraper/scraper/releases/tag/v0.23.1) [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.23.0...v0.23.1) **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.23.0...v0.23.1> ### [`v0.23.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.23.0) [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.22.0...v0.23.0) #### What's Changed - Fix README symlink by [@&#8203;hwup](https://github.com/hwup) in [#&#8203;224](https://github.com/rust-scraper/scraper/pull/224) - Make `HtmlTreeSink`'s field public by [@&#8203;max-heller](https://github.com/max-heller) in [#&#8203;226](https://github.com/rust-scraper/scraper/pull/226) - Bump indexmap from 2.7.0 to 2.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;230](https://github.com/rust-scraper/scraper/pull/230) - Add a serde feature for (de)serializing Selectors by [@&#8203;jakubslaby09](https://github.com/jakubslaby09) in [#&#8203;227](https://github.com/rust-scraper/scraper/pull/227) - Bump serde from 1.0.215 to 1.0.217 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;233](https://github.com/rust-scraper/scraper/pull/233) - Bump serde from 1.0.217 to 1.0.218 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;236](https://github.com/rust-scraper/scraper/pull/236) #### New Contributors - [@&#8203;hwup](https://github.com/hwup) made their first contribution in [#&#8203;224](https://github.com/rust-scraper/scraper/pull/224) - [@&#8203;max-heller](https://github.com/max-heller) made their first contribution in [#&#8203;226](https://github.com/rust-scraper/scraper/pull/226) - [@&#8203;jakubslaby09](https://github.com/jakubslaby09) made their first contribution in [#&#8203;227](https://github.com/rust-scraper/scraper/pull/227) **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.22.0...v0.23.0> ### [`v0.22.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.22.0) [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.21.0...v0.22.0) #### What's Changed - Make current nightly version of Clippy happy. by [@&#8203;adamreichold](https://github.com/adamreichold) in [#&#8203;220](https://github.com/rust-scraper/scraper/pull/220) - RFC: Drop hash table for per-element attributes for more compact sorted vector by [@&#8203;adamreichold](https://github.com/adamreichold) in [#&#8203;221](https://github.com/rust-scraper/scraper/pull/221) - Bump ego-tree to version 0.10.0 by [@&#8203;cfvescovo](https://github.com/cfvescovo) in [#&#8203;222](https://github.com/rust-scraper/scraper/pull/222) **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.21.0...v0.22.0> ### [`v0.21.0`](https://github.com/rust-scraper/scraper/releases/tag/v0.21.0): 0.21.0 [Compare Source](https://github.com/rust-scraper/scraper/compare/v0.20.0...v0.21.0) #### What's Changed - Bump indexmap from 2.3.0 to 2.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;197](https://github.com/rust-scraper/scraper/pull/197) - Bump ego-tree from 0.6.2 to 0.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;198](https://github.com/rust-scraper/scraper/pull/198) - migrate once\_cell::unsync::OnceCell to std::cell::OnceCell + drop dep… by [@&#8203;LoZack19](https://github.com/LoZack19) in [#&#8203;199](https://github.com/rust-scraper/scraper/pull/199) - Introduce workspaces by [@&#8203;LoZack19](https://github.com/LoZack19) in [#&#8203;201](https://github.com/rust-scraper/scraper/pull/201) - Now that ego-tree's Traverse is a fused iterator, so are our Select and Text by [@&#8203;adamreichold](https://github.com/adamreichold) in [#&#8203;202](https://github.com/rust-scraper/scraper/pull/202) - Bump indexmap from 2.4.0 to 2.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;204](https://github.com/rust-scraper/scraper/pull/204) - Bump ego-tree from 0.8.0 to 0.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;205](https://github.com/rust-scraper/scraper/pull/205) - Bump indexmap from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;211](https://github.com/rust-scraper/scraper/pull/211) - Bump selectors, cssparser and html5ever by [@&#8203;adamreichold](https://github.com/adamreichold) in [#&#8203;214](https://github.com/rust-scraper/scraper/pull/214) - Handle missing Token::Delim variant when rendering errors by [@&#8203;adamreichold](https://github.com/adamreichold) in [#&#8203;213](https://github.com/rust-scraper/scraper/pull/213) #### New Contributors - [@&#8203;LoZack19](https://github.com/LoZack19) made their first contribution in [#&#8203;199](https://github.com/rust-scraper/scraper/pull/199) **Full Changelog**: <https://github.com/rust-scraper/scraper/compare/v0.20.0...v0.21.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
noplife force-pushed renovate/scraper-0.x from 2c38d62f6c to fb6a385edf 2026-07-27 07:38:45 +00:00 Compare
noplife force-pushed renovate/scraper-0.x from fb6a385edf to 2b3f9d02f0 2026-07-27 13:55:58 +00:00 Compare
noplife force-pushed renovate/scraper-0.x from 2b3f9d02f0 to 0fb29e75a1
Some checks failed
CI/CD Pipeline / Security Audit (pull_request) Failing after 2s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
CI/CD Pipeline / Test (pull_request) Failing after 7s
2026-07-27 15:27:15 +00:00
Compare
noplife force-pushed renovate/scraper-0.x from 0fb29e75a1
Some checks failed
CI/CD Pipeline / Security Audit (pull_request) Failing after 2s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
CI/CD Pipeline / Test (pull_request) Failing after 7s
to aecf5d33d4
Some checks failed
CI/CD Pipeline / Security Audit (pull_request) Failing after 12s
CI/CD Pipeline / Test (pull_request) Failing after 13s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-28 04:26:13 +00:00
Compare
noplife force-pushed renovate/scraper-0.x from aecf5d33d4
Some checks failed
CI/CD Pipeline / Security Audit (pull_request) Failing after 12s
CI/CD Pipeline / Test (pull_request) Failing after 13s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
to 8c17ed0422
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 13s
CI/CD Pipeline / Security Audit (pull_request) Failing after 12s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-29 03:43:56 +00:00
Compare
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
noplife force-pushed renovate/scraper-0.x from 8c17ed0422
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 13s
CI/CD Pipeline / Security Audit (pull_request) Failing after 12s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
to 34b20151c1
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 3s
CI/CD Pipeline / Security Audit (pull_request) Failing after 3s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-30 04:41:12 +00:00
Compare
noplife force-pushed renovate/scraper-0.x from 34b20151c1
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 3s
CI/CD Pipeline / Security Audit (pull_request) Failing after 3s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
to 18df5d4790
All checks were successful
CI/CD Pipeline / Test (pull_request) Successful in 17m1s
CI/CD Pipeline / Security Audit (pull_request) Successful in 6m58s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-31 23:26:51 +00:00
Compare
All checks were successful
CI/CD Pipeline / Test (pull_request) Successful in 17m1s
CI/CD Pipeline / Security Audit (pull_request) Successful in 6m58s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/scraper-0.x:renovate/scraper-0.x
git switch renovate/scraper-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/scraper-0.x
git switch renovate/scraper-0.x
git rebase master
git switch master
git merge --ff-only renovate/scraper-0.x
git switch renovate/scraper-0.x
git rebase master
git switch master
git merge --no-ff renovate/scraper-0.x
git switch master
git merge --squash renovate/scraper-0.x
git switch master
git merge --ff-only renovate/scraper-0.x
git switch master
git merge renovate/scraper-0.x
git push origin master
Sign in to join this conversation.
No description provided.