Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…network#3590 nervosnetwork#3591 nervosnetwork#3592

3568: chore(deps): bump socket2 from 0.4.6 to 0.4.7 r=zhangsoledad a=dependabot[bot]

Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.6 to 0.4.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md">socket2's changelog</a>.</em></p>
<blockquote>
<h1>0.4.7</h1>
<ul>
<li>Fixes compilation on OpenBSD
(<a href="https://github-redirect.dependabot.com/rust-lang/socket2/pull/344">rust-lang/socket2#344</a>).</li>
<li>Fixes compilation on DragonFlyBSD
(<a href="https://github-redirect.dependabot.com/rust-lang/socket2/pull/342">rust-lang/socket2#342</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/rust-lang/socket2/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.4.6&new-version=0.4.7)](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` 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` 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>

3587: chore(deps): bump tokio-util from 0.7.3 to 0.7.4 r=zhangsoledad a=dependabot[bot]

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.3 to 0.7.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/tokio/commit/dfdb550cd46733e58fced076e08c9f121f5c1d08"><code>dfdb550</code></a> chore: prepare tokio-util 0.7.4 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4987">#4987</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/99aa8d12b7ad2ef011a7a9f652f7455b3f175821"><code>99aa8d1</code></a> rt: rm internal Park,Unpark traits (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4991">#4991</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/2ad347465e8b634b785e7637d899a14da8a0fba3"><code>2ad3474</code></a> rt: minor time driver refactors (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4989">#4989</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/291fce8de38452cdda891aa0bf0354bc0dbfacfb"><code>291fce8</code></a> io: add error handling example to <code>StreamReader</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4975">#4975</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/02675162142bebfdc280021e22d848b3d941d9e2"><code>0267516</code></a> net: fix links in <code>UnixStream</code> docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4985">#4985</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/bbfd34f6a3ff099ca9c96df90692afc60353feb7"><code>bbfd34f</code></a> rt: move time driver into <code>runtime</code> module (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4983">#4983</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/116fa7c61470081717357674e868c47dd606e177"><code>116fa7c</code></a> task: introduce <code>RcCell</code> helper (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4977">#4977</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/1fd7f8246863e8396e0a98b5bb04de32d36b7fa3"><code>1fd7f82</code></a> task: fix a doc typo in <code>LocalKey::sync_scope</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4971">#4971</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/c2612b446f4886ef45ccd3bde7de88ecafc8f7bb"><code>c2612b4</code></a> io: reduce syscalls in <code>poll_write</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4970">#4970</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/50795e652ecb0747c8d048aeaa38a41dddb2da4b"><code>50795e6</code></a> chore: prepare Tokio v1.21.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4967">#4967</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.3...tokio-util-0.7.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-util&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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` 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` 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>

3589: chore(deps): bump tokio from 1.20.1 to 1.21.1 r=zhangsoledad a=dependabot[bot]

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.21.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p>
<blockquote>
<h2>Tokio v1.21.1</h2>
<h1>1.21.1 (September 13, 2022)</h1>
<h3>Fixed</h3>
<ul>
<li>net: fix dependency resolution for socket2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5000">#5000</a>)</li>
<li>task: ignore failure to set TLS in <code>LocalSet</code> Drop (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4976">#4976</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4976">#4976</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4976">tokio-rs/tokio#4976</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5000">#5000</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5000">tokio-rs/tokio#5000</a></p>
<h2>Tokio v1.21.0</h2>
<h1>1.21.0 (September 2, 2022)</h1>
<p>This release is the first release of Tokio to intentionally support WASM. The <code>sync,macros,io-util,rt,time</code> features are stabilized on WASM. Additionally the wasm32-wasi target is given unstable support for the <code>net</code> feature.</p>
<h3>Added</h3>
<ul>
<li>net: add <code>device</code> and <code>bind_device</code> methods to TCP/UDP sockets (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4882">#4882</a>)</li>
<li>net: add <code>tos</code> and <code>set_tos</code> methods to TCP and UDP sockets (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4877">#4877</a>)</li>
<li>net: add security flags to named pipe <code>ServerOptions</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4845">#4845</a>)</li>
<li>signal: add more windows signal handlers (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4924">#4924</a>)</li>
<li>sync: add <code>mpsc::Sender::max_capacity</code> method (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4904">#4904</a>)</li>
<li>sync: implement Weak version of <code>mpsc::Sender</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4595">#4595</a>)</li>
<li>task: add <code>LocalSet::enter</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4765">#4765</a>)</li>
<li>task: stabilize <code>JoinSet</code> and <code>AbortHandle</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4920">#4920</a>)</li>
<li>tokio: add <code>track_caller</code> to public APIs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4805">#4805</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4848">#4848</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4852">#4852</a>)</li>
<li>wasm: initial support for <code>wasm32-wasi</code> target (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4716">#4716</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>miri: improve miri compatibility by avoiding temporary references in <code>linked_list::Link</code> impls (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4841">#4841</a>)</li>
<li>signal: don't register write interest on signal pipe (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4898">#4898</a>)</li>
<li>sync: add <code>#[must_use]</code> to lock guards (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4886">#4886</a>)</li>
<li>sync: fix hang when calling <code>recv</code> on closed and reopened broadcast channel (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4867">#4867</a>)</li>
<li>task: propagate attributes on task-locals (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4837">#4837</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>fs: change panic to error in <code>File::start_seek</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4897">#4897</a>)</li>
<li>io: reduce syscalls in <code>poll_read</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4840">#4840</a>)</li>
<li>process: use blocking threadpool for child stdio I/O (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4824">#4824</a>)</li>
<li>signal: make <code>SignalKind</code> methods const (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4956">#4956</a>)</li>
</ul>
<h3>Internal changes</h3>
<ul>
<li>rt: extract <code>basic_scheduler::Config</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4935">#4935</a>)</li>
<li>rt: move I/O driver into <code>runtime</code> module (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4942">#4942</a>)</li>
<li>rt: rename internal scheduler types (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4945">#4945</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/tokio/commit/dea1cd49955ab5e9d041e9f1ed0c5f28e18246de"><code>dea1cd4</code></a> chore: prepare Tokio v1.21.1 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5003">#5003</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/e4cbc70279f8ee81c7ce7b57edf8a56844da1f39"><code>e4cbc70</code></a> task: ignore failure to set TLS in LocalSet Drop (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4976">#4976</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/97e981e7973dfc7a197839e233a3f2ac7171edc3"><code>97e981e</code></a> net: fix dependency resolution for socket2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5000">#5000</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/50795e652ecb0747c8d048aeaa38a41dddb2da4b"><code>50795e6</code></a> chore: prepare Tokio v1.21.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4967">#4967</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/a6a95bb4a62da4706f07657394c8dbcafe26bfc9"><code>a6a95bb</code></a> wasm: add documentation for wasm support (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4966">#4966</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/ce5d2a466f6cbad6e5496bbb0df852c7429b8303"><code>ce5d2a4</code></a> task: fix some doc and test things related to stabilizing <code>JoinSet</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4965">#4965</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/e5467ca767c48e7b7942372967e5866e98a7cdf4"><code>e5467ca</code></a> tokio: increase LTS duration to one year (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4964">#4964</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/431ec68f93401fbca3c2976edc0fb6e55530cbc3"><code>431ec68</code></a> sync: doc of <code>watch::Sender::send</code> improved (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4959">#4959</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/f207e1afe4f62f99c37e4d1cab150c74578d54c2"><code>f207e1a</code></a> tokio: make 1.20.x an LTS release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4962">#4962</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/d3cae06b5ef854f6dbd38a259ed4fe4811c75d00"><code>d3cae06</code></a> wasm: use <code>thread::sleep</code> on non-wasi wasm too (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4963">#4963</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.21.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.20.1&new-version=1.21.1)](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` 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` 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>

3590: chore(deps): bump thiserror from 1.0.32 to 1.0.35 r=zhangsoledad a=dependabot[bot]

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.35.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p>
<blockquote>
<h2>1.0.35</h2>
<ul>
<li>More work on integrating <a href="https://doc.rust-lang.org/std/any/trait.Provider.html">std::any::Provider</a> for backtrace support</li>
<li>Fix <em>&quot;Multiple applicable <code>provide</code> methods in scope&quot;</em> error when the caller has both std::error::Error and std::any::Provide traits in scope (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/185">#185</a>)</li>
</ul>
<h2>1.0.34</h2>
<ul>
<li>Tweak &quot;generic member access&quot; based Backtrace implementation (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/184">#184</a>)</li>
</ul>
<h2>1.0.33</h2>
<ul>
<li>Expose backtraces via the new &quot;generic member access&quot; API on the Error trait (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/99301">rust-lang/rust#99301</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/96024">rust-lang/rust#96024</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/thiserror/commit/10ffe038172ef47a742b438f5c8dad059628c417"><code>10ffe03</code></a> Release 1.0.35</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/9be0f4121ec83e9c4dfa0d54dcae9ebae9cb04a1"><code>9be0f41</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/191">#191</a> from dtolnay/anyhowprovider</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/1a90b7716593ea1aaab5bda143b73b2228499aff"><code>1a90b77</code></a> Pull in Provider impl from anyhow 1.0.65</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/2ca76edd6eada9522e1198355a83bc16049f52b0"><code>2ca76ed</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/190">#190</a> from dtolnay/provider</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/01e7c183100b63945f8d079c05b3bcc1aa674d60"><code>01e7c18</code></a> Temporarily disable AnyhowBacktrace test</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/aaf8449dcb25b31a24c39056c420afc99416e7b0"><code>aaf8449</code></a> Use ThiserrorProvide to disambiguate 'provide' method calls</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/460396e8f3ed2f6615372961920fb32daa7376c9"><code>460396e</code></a> Add trait with method that won't collide between Provider and Error</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/293b127bc8971c1b629719ae8702c9b15ac2a263"><code>293b127</code></a> Add build script to detect Provider support</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/3bcad5957d22c0331dbb65580eb42b66daf782f3"><code>3bcad59</code></a> Revert &quot;Directly call source.provide instead of going through dyn error&quot;</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/21198c9c0ab5052091cbb0b7be364a1297cd8cd0"><code>21198c9</code></a> Move multiple-provide test into test_backtrace</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.32...1.0.35">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.32&new-version=1.0.35)](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` 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` 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>

3591: chore(deps): bump url from 2.2.2 to 2.3.0 r=zhangsoledad a=dependabot[bot]

Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-url/commit/35abc325ba5a9925e0de29a893d67fefb35d07c3"><code>35abc32</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/791">#791</a> from servo/ver_2.3.0</li>
<li><a href="https://github.com/servo/rust-url/commit/25266fcc36065f78c17ffb13d8cbad8bae14ae2d"><code>25266fc</code></a> Bump url version to 2.3.0</li>
<li><a href="https://github.com/servo/rust-url/commit/587e9628a930ba40c1d78ada72c538b6bfee8fbc"><code>587e962</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/790">#790</a> from crowlKats/remove_idna</li>
<li><a href="https://github.com/servo/rust-url/commit/eaa23e556f8f6de3c2c92ff16ceab9d554c52969"><code>eaa23e5</code></a> remove IDNA feature</li>
<li><a href="https://github.com/servo/rust-url/commit/a3df36528a70cca307e95545b6d7766721a498b0"><code>a3df365</code></a> feat(url): add <code>quirks::internal_components</code> (<a href="https://github-redirect.dependabot.com/servo/rust-url/issues/788">#788</a>)</li>
<li><a href="https://github.com/servo/rust-url/commit/868719da3f4e3a33d8fdc20ef8ce7f2e348c970b"><code>868719d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/734">#734</a> from andrewbanchich/fix-set-host</li>
<li><a href="https://github.com/servo/rust-url/commit/eb3f20d7e4da46344b9bb8e1c54d2f64034b1f59"><code>eb3f20d</code></a> Fix setting file hosts to None</li>
<li><a href="https://github.com/servo/rust-url/commit/6e5df8fe3bd7bc3ed9c5abc7b787293c6540b0cc"><code>6e5df8f</code></a> perf(idna): fast-path simple/ascii domains (<a href="https://github-redirect.dependabot.com/servo/rust-url/issues/761">#761</a>)</li>
<li><a href="https://github.com/servo/rust-url/commit/1d307ae51a28fecc630ecec03380788bfb03a643"><code>1d307ae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/787">#787</a> from jiftoo/query-pairs-patch</li>
<li><a href="https://github.com/servo/rust-url/commit/4c5e4ee82671d51957cdf921654fc5b9c6cf13e1"><code>4c5e4ee</code></a> fix unclosed doctest</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.2.2&new-version=2.3.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` 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` 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>

3592: chore(deps): bump anyhow from 1.0.62 to 1.0.65 r=zhangsoledad a=dependabot[bot]

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.65.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.65</h2>
<ul>
<li><!-- raw HTML omitted -->impl <!-- raw HTML omitted -->Provider<!-- raw HTML omitted --> for anyhow::Error<!-- raw HTML omitted --></li>
</ul>
<h2>1.0.64</h2>
<ul>
<li>Correctly propagate Backtrace when using <code>#[source] anyhow::Error</code> with <a href="https://github.com/dtolnay/thiserror">thiserror</a> crate (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/231">#231</a>)</li>
</ul>
<h2>1.0.63</h2>
<ul>
<li>Expose backtraces via the new &quot;generic member access&quot; API on the Error trait (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/99301">rust-lang/rust#99301</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/96024">rust-lang/rust#96024</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/anyhow/commit/4de2068f710f953c852d956b6d262a3e259574c5"><code>4de2068</code></a> Release 1.0.65</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/07acdacfead33e5bd97ec8d62ddf83df3b329e65"><code>07acdac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/271">#271</a> from dtolnay/provider</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/ee49ec0d49049fcbe99c7d7940e85b6b085a8eaa"><code>ee49ec0</code></a> Add impl Provider in build.rs probe</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/b7448d3ad68f60beb79b2833afe43f4ef7c2825d"><code>b7448d3</code></a> impl std::any::Provider for anyhow::Error</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/916e22bf361d62ee2a28c04dfdd0cf2df8b305fa"><code>916e22b</code></a> Release 1.0.64</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/480e48041239ee660d8ca7e7d4f930978640ddf4"><code>480e480</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/268">#268</a> from dtolnay/provide</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/b30f5c594bd1fdabcaac9ba4a3feddb26d82752b"><code>b30f5c5</code></a> Include outer backtrace when called as source.provide</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/4b8df91794dcd1a35cc14f55c6de90adb93563e6"><code>4b8df91</code></a> GitHub Workflows security hardening</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/007c69c3c544f00687deaa80be0d1e1b468aaeab"><code>007c69c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/267">#267</a> from dtolnay/demand</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/1b298fe98174342931f31a94b2d50474d789d764"><code>1b298fe</code></a> Rename &amp;mut Demand arguments to 'demand'</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.62...1.0.65">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.62&new-version=1.0.65)](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` 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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Sep 22, 2022
7 parents 3c58a7c + 96750c4 + 6bac198 + fd5602e + 22ca434 + 5069506 + bc2a095 commit ceedef0
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceedef0

Please sign in to comment.