-
Notifications
You must be signed in to change notification settings - Fork 2k
cargo: bump scraper from 0.24.0 to 0.25.0 #3013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [scraper](https://github.com/rust-scraper/scraper) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/rust-scraper/scraper/releases) - [Commits](rust-scraper/scraper@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: scraper dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
gribozavr
approved these changes
Jan 1, 2026
timClicks
pushed a commit
to accelerant-dev/comprehensive-rust
that referenced
this pull request
Jan 5, 2026
Bumps [scraper](https://github.com/rust-scraper/scraper) from 0.24.0 to 0.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-scraper/scraper/releases">scraper's releases</a>.</em></p> <blockquote> <h2>v0.25.0</h2> <h2>What's Changed</h2> <ul> <li>chore(Cargo.toml): bump servo to 0.36.0 by <a href="https://github.com/Jan9103"><code>@Jan9103</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/280">rust-scraper/scraper#280</a></li> <li>Add version flag in executable by <a href="https://github.com/kachick"><code>@kachick</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/282">rust-scraper/scraper#282</a></li> <li>Avoid panic for unknown flags and invalid selectors when using executable by <a href="https://github.com/kachick"><code>@kachick</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/283">rust-scraper/scraper#283</a></li> <li>Update repo URL by <a href="https://github.com/atouchet"><code>@atouchet</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/286">rust-scraper/scraper#286</a></li> <li>Added cargo deny to test github action by <a href="https://github.com/haydonryan"><code>@haydonryan</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/287">rust-scraper/scraper#287</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jan9103"><code>@Jan9103</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/280">rust-scraper/scraper#280</a></li> <li><a href="https://github.com/kachick"><code>@kachick</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/282">rust-scraper/scraper#282</a></li> <li><a href="https://github.com/atouchet"><code>@atouchet</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/286">rust-scraper/scraper#286</a></li> <li><a href="https://github.com/haydonryan"><code>@haydonryan</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/287">rust-scraper/scraper#287</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0">https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-scraper/scraper/commit/4cb710713323eb38a1e31808edebc4e8d3850c51"><code>4cb7107</code></a> Version 0.25.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/382c092278c132de8aff67989841f45756c307c0"><code>382c092</code></a> Add cargo deny to test github action (<a href="https://redirect.github.com/rust-scraper/scraper/issues/287">#287</a>)</li> <li><a href="https://github.com/rust-scraper/scraper/commit/29b3d8f9f551ec2181a23a8d7dadd884516b1374"><code>29b3d8f</code></a> Update repo URL (<a href="https://redirect.github.com/rust-scraper/scraper/issues/286">#286</a>)</li> <li><a href="https://github.com/rust-scraper/scraper/commit/943ee247fada855eafb743a8d70ee18ad06707ec"><code>943ee24</code></a> Bump indexmap from 2.12.0 to 2.12.1</li> <li><a href="https://github.com/rust-scraper/scraper/commit/4848e3ce705ea5466e1218e75e5a2cdf354529f0"><code>4848e3c</code></a> Avoid panic for missing or invalid selectors</li> <li><a href="https://github.com/rust-scraper/scraper/commit/75b88dae4b9fcfc66b900a1952a6a3e6540dd828"><code>75b88da</code></a> Avoid panic for unknown flags</li> <li><a href="https://github.com/rust-scraper/scraper/commit/85e69679ba955fe4e4279f49b4b61a67c5947714"><code>85e6967</code></a> Add version flag in executable</li> <li><a href="https://github.com/rust-scraper/scraper/commit/381a4bd79b31b60720fb6c44835f6476987da12a"><code>381a4bd</code></a> chore(Cargo.toml): bump servo to 0.36.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/3fca4f11783c8e58c78380d97c07bfcea0e03aaa"><code>3fca4f1</code></a> Merge pull request <a href="https://redirect.github.com/rust-scraper/scraper/issues/278">#278</a> from rust-scraper/dependabot/cargo/indexmap-2.12.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/8e56e7e6cbf9211cb2b00c168defe6d04c9d0059"><code>8e56e7e</code></a> Bump indexmap from 2.11.4 to 2.12.0</li> <li>Additional commits viewable in <a href="https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
timClicks
pushed a commit
to accelerant-dev/comprehensive-rust
that referenced
this pull request
Jan 6, 2026
Bumps [scraper](https://github.com/rust-scraper/scraper) from 0.24.0 to 0.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-scraper/scraper/releases">scraper's releases</a>.</em></p> <blockquote> <h2>v0.25.0</h2> <h2>What's Changed</h2> <ul> <li>chore(Cargo.toml): bump servo to 0.36.0 by <a href="https://github.com/Jan9103"><code>@Jan9103</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/280">rust-scraper/scraper#280</a></li> <li>Add version flag in executable by <a href="https://github.com/kachick"><code>@kachick</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/282">rust-scraper/scraper#282</a></li> <li>Avoid panic for unknown flags and invalid selectors when using executable by <a href="https://github.com/kachick"><code>@kachick</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/283">rust-scraper/scraper#283</a></li> <li>Update repo URL by <a href="https://github.com/atouchet"><code>@atouchet</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/286">rust-scraper/scraper#286</a></li> <li>Added cargo deny to test github action by <a href="https://github.com/haydonryan"><code>@haydonryan</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/287">rust-scraper/scraper#287</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jan9103"><code>@Jan9103</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/280">rust-scraper/scraper#280</a></li> <li><a href="https://github.com/kachick"><code>@kachick</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/282">rust-scraper/scraper#282</a></li> <li><a href="https://github.com/atouchet"><code>@atouchet</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/286">rust-scraper/scraper#286</a></li> <li><a href="https://github.com/haydonryan"><code>@haydonryan</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/287">rust-scraper/scraper#287</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0">https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-scraper/scraper/commit/4cb710713323eb38a1e31808edebc4e8d3850c51"><code>4cb7107</code></a> Version 0.25.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/382c092278c132de8aff67989841f45756c307c0"><code>382c092</code></a> Add cargo deny to test github action (<a href="https://redirect.github.com/rust-scraper/scraper/issues/287">#287</a>)</li> <li><a href="https://github.com/rust-scraper/scraper/commit/29b3d8f9f551ec2181a23a8d7dadd884516b1374"><code>29b3d8f</code></a> Update repo URL (<a href="https://redirect.github.com/rust-scraper/scraper/issues/286">#286</a>)</li> <li><a href="https://github.com/rust-scraper/scraper/commit/943ee247fada855eafb743a8d70ee18ad06707ec"><code>943ee24</code></a> Bump indexmap from 2.12.0 to 2.12.1</li> <li><a href="https://github.com/rust-scraper/scraper/commit/4848e3ce705ea5466e1218e75e5a2cdf354529f0"><code>4848e3c</code></a> Avoid panic for missing or invalid selectors</li> <li><a href="https://github.com/rust-scraper/scraper/commit/75b88dae4b9fcfc66b900a1952a6a3e6540dd828"><code>75b88da</code></a> Avoid panic for unknown flags</li> <li><a href="https://github.com/rust-scraper/scraper/commit/85e69679ba955fe4e4279f49b4b61a67c5947714"><code>85e6967</code></a> Add version flag in executable</li> <li><a href="https://github.com/rust-scraper/scraper/commit/381a4bd79b31b60720fb6c44835f6476987da12a"><code>381a4bd</code></a> chore(Cargo.toml): bump servo to 0.36.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/3fca4f11783c8e58c78380d97c07bfcea0e03aaa"><code>3fca4f1</code></a> Merge pull request <a href="https://redirect.github.com/rust-scraper/scraper/issues/278">#278</a> from rust-scraper/dependabot/cargo/indexmap-2.12.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/8e56e7e6cbf9211cb2b00c168defe6d04c9d0059"><code>8e56e7e</code></a> Bump indexmap from 2.11.4 to 2.12.0</li> <li>Additional commits viewable in <a href="https://github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps scraper from 0.24.0 to 0.25.0.
Release notes
Sourced from scraper's releases.
Commits
4cb7107Version 0.25.0382c092Add cargo deny to test github action (#287)29b3d8fUpdate repo URL (#286)943ee24Bump indexmap from 2.12.0 to 2.12.14848e3cAvoid panic for missing or invalid selectors75b88daAvoid panic for unknown flags85e6967Add version flag in executable381a4bdchore(Cargo.toml): bump servo to 0.36.03fca4f1Merge pull request #278 from rust-scraper/dependabot/cargo/indexmap-2.12.08e56e7eBump indexmap from 2.11.4 to 2.12.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)