Skip to content

Commit e8a0f77

Browse files
Bump scraper from 0.26.0 to 0.27.0 (#1236)
Bumps [scraper](https://github.com/rust-scraper/scraper) from 0.26.0 to 0.27.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.27.0</h2> <h2>What's Changed</h2> <ul> <li>Bump dependencies including selectors and cssparser.</li> <li>Avoid exposing optional dependencies as implicit features.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-scraper/scraper/compare/v0.26.0...v0.27.0">https://github.com/rust-scraper/scraper/compare/v0.26.0...v0.27.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-scraper/scraper/commit/9c1eff304e45a8bccb463968268ce6758703e821"><code>9c1eff3</code></a> Bump selectors and cssparser together.</li> <li><a href="https://github.com/rust-scraper/scraper/commit/429d8a1b333baa1a441875984e09d0f09e9b5cc1"><code>429d8a1</code></a> Avoid exposing optional dependencies as implicit features.</li> <li><a href="https://github.com/rust-scraper/scraper/commit/8038521fea61c3a732db75e6ecd4ae94635369fa"><code>8038521</code></a> Add categories as suggested by lib.rs maintainer dashboard.</li> <li><a href="https://github.com/rust-scraper/scraper/commit/f2d0e5001ef3661cf25dccbb4a6965ae6f8cdd0c"><code>f2d0e50</code></a> Bump selectors from 0.36.1 to 0.37.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/2103564188dc5f50d5de81f82687f0a8ec36db26"><code>2103564</code></a> Bump indexmap from 2.13.1 to 2.14.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/57ebae6346dad66755d37b7d4522286959c2cee1"><code>57ebae6</code></a> Bump selectors from 0.36.0 to 0.36.1</li> <li><a href="https://github.com/rust-scraper/scraper/commit/d935dee4366762ceaca4a4cd4c07f435bb48a612"><code>d935dee</code></a> Bump indexmap from 2.13.0 to 2.13.1</li> <li>See full diff in <a href="https://github.com/rust-scraper/scraper/compare/v0.26.0...v0.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scraper&package-manager=cargo&previous-version=0.26.0&new-version=0.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 064f015 commit e8a0f77

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rust-embed = "8.11.0"
101101
rustc-hash = "2.1.2"
102102
salsa = { version = "0.26.2", features = ["compact_str"] }
103103
salsa-macros = "0.26.2"
104-
scraper = "0.26.0"
104+
scraper = "0.27.0"
105105
semver = "1.0.28"
106106
serde = { version = "1.0.228", features = ["derive"] }
107107
serde_json = { version = "1.0.149", features = ["preserve_order"] }

0 commit comments

Comments
 (0)