Skip to content

Commit 307a855

Browse files
dependabot[bot]NotTheDr01ds
authored andcommitted
Bump scraper from 0.20.0 to 0.21.0 (nushell#14270)
Bumps [scraper](https://github.com/causal-agent/scraper) from 0.20.0 to 0.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/causal-agent/scraper/releases">scraper's releases</a>.</em></p> <blockquote> <h2>0.21.0</h2> <h2>What's Changed</h2> <ul> <li>Bump indexmap from 2.3.0 to 2.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/197">rust-scraper/scraper#197</a></li> <li>Bump ego-tree from 0.6.2 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/198">rust-scraper/scraper#198</a></li> <li>migrate once_cell::unsync::OnceCell to std::cell::OnceCell + drop dep… by <a href="https://github.com/LoZack19"><code>@​LoZack19</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/199">rust-scraper/scraper#199</a></li> <li>Introduce workspaces by <a href="https://github.com/LoZack19"><code>@​LoZack19</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/201">rust-scraper/scraper#201</a></li> <li>Now that ego-tree's Traverse is a fused iterator, so are our Select and Text by <a href="https://github.com/adamreichold"><code>@​adamreichold</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/202">rust-scraper/scraper#202</a></li> <li>Bump indexmap from 2.4.0 to 2.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/204">rust-scraper/scraper#204</a></li> <li>Bump ego-tree from 0.8.0 to 0.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/205">rust-scraper/scraper#205</a></li> <li>Bump indexmap from 2.5.0 to 2.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/211">rust-scraper/scraper#211</a></li> <li>Bump selectors, cssparser and html5ever by <a href="https://github.com/adamreichold"><code>@​adamreichold</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/214">rust-scraper/scraper#214</a></li> <li>Handle missing Token::Delim variant when rendering errors by <a href="https://github.com/adamreichold"><code>@​adamreichold</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/213">rust-scraper/scraper#213</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LoZack19"><code>@​LoZack19</code></a> made their first contribution in <a href="https://redirect.github.com/rust-scraper/scraper/pull/199">rust-scraper/scraper#199</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-scraper/scraper/compare/v0.20.0...v0.21.0">https://github.com/rust-scraper/scraper/compare/v0.20.0...v0.21.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-scraper/scraper/commit/93afdd96be2ecdea4676966f57d36f4ee4f6b4fa"><code>93afdd9</code></a> Version 0.21.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/9843bc8efe14df55ac7dcc8e4604eb991fb31a28"><code>9843bc8</code></a> Merge pull request <a href="https://redirect.github.com/causal-agent/scraper/issues/213">#213</a> from rust-scraper/fix-issue221</li> <li><a href="https://github.com/rust-scraper/scraper/commit/2ede12e4af4185e5eb9db46ea1b35715c099a554"><code>2ede12e</code></a> Merge pull request <a href="https://redirect.github.com/causal-agent/scraper/issues/214">#214</a> from rust-scraper/bump-selectors</li> <li><a href="https://github.com/rust-scraper/scraper/commit/fddd90ed14791e16f0f459d2bee9c1eca5d90d5e"><code>fddd90e</code></a> Bump html5ever to its current stable version and adjust our usage accordingly</li> <li><a href="https://github.com/rust-scraper/scraper/commit/7d422d8f82ce4a5f3664a697567add1aae2a91f8"><code>7d422d8</code></a> Bump selectors and cssparser to their current stable versions and adjust our ...</li> <li><a href="https://github.com/rust-scraper/scraper/commit/53ac848a12a36de65da7b99793a1c49a303dfdc7"><code>53ac848</code></a> Handle missing Token::Delim variant when rendering errors</li> <li><a href="https://github.com/rust-scraper/scraper/commit/e0d4ea7a3373b3a75bd79ad85af21243fac93e60"><code>e0d4ea7</code></a> Bump indexmap from 2.5.0 to 2.6.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/c3735b29dcf48aa83c35bd80108bcde2d560447f"><code>c3735b2</code></a> Merge pull request <a href="https://redirect.github.com/causal-agent/scraper/issues/205">#205</a> from rust-scraper/dependabot/cargo/ego-tree-0.9.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/faca0a96442bf1aa1ab61a252a0316f3aa0b699f"><code>faca0a9</code></a> Merge pull request <a href="https://redirect.github.com/causal-agent/scraper/issues/204">#204</a> from rust-scraper/dependabot/cargo/indexmap-2.5.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/b945d5af6c2669f473288b99f25750d9262aae2f"><code>b945d5a</code></a> Bump ego-tree from 0.8.0 to 0.9.0</li> <li>Additional commits viewable in <a href="https://github.com/causal-agent/scraper/compare/v0.20.0...v0.21.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.20.0&new-version=0.21.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efa8a14 commit 307a855

File tree

2 files changed

+65
-64
lines changed

2 files changed

+65
-64
lines changed

Cargo.lock

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

crates/nu_plugin_query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nu-plugin = { path = "../nu-plugin", version = "0.99.2" }
2020
nu-protocol = { path = "../nu-protocol", version = "0.99.2" }
2121

2222
gjson = "0.8"
23-
scraper = { default-features = false, version = "0.20" }
23+
scraper = { default-features = false, version = "0.21" }
2424
sxd-document = "0.3"
2525
sxd-xpath = "0.4"
2626
webpage = { version = "2.0.1", features = ["serde"] }

0 commit comments

Comments
 (0)