Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…network#3602 nervosnetwork#3603 nervosnetwork#3604 nervosnetwork#3605

3599: chore(deps): bump once_cell from 1.13.1 to 1.15.0 r=zhangsoledad a=dependabot[bot]

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.1 to 1.15.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/matklad/once_cell/blob/master/CHANGELOG.md">once_cell's changelog</a>.</em></p>
<blockquote>
<h2>1.15.0</h2>
<ul>
<li>Increase minimal supported Rust version to 1.56.0.</li>
<li>Implement <code>UnwindSafe</code> even if the <code>std</code> feature is disabled.</li>
</ul>
<h2>1.14.0</h2>
<ul>
<li>Add extension to <code>unsync</code> and <code>sync</code> <code>Lazy</code> mut API:
<ul>
<li><code>force_mut</code></li>
<li><code>get_mut</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/matklad/once_cell/commit/97edd07e0ac05fb8e4b994e9a53ba187d8fa17fc"><code>97edd07</code></a> Merge <a href="https://github-redirect.dependabot.com/matklad/once_cell/issues/200">#200</a></li>
<li><a href="https://github.com/matklad/once_cell/commit/f5264bbaf18869bc5220563a99982d1133e9d6dd"><code>f5264bb</code></a> release 1.15.0</li>
<li><a href="https://github.com/matklad/once_cell/commit/a0aeb9b3780dde7f9523bb78755b3d70cd1d2657"><code>a0aeb9b</code></a> Merge <a href="https://github-redirect.dependabot.com/matklad/once_cell/issues/199">#199</a></li>
<li><a href="https://github.com/matklad/once_cell/commit/1d8a90d231a79a81506ffc6f3226615efaa3f45b"><code>1d8a90d</code></a> fix token name</li>
<li><a href="https://github.com/matklad/once_cell/commit/5ca60af31140f8d38c7cbef1d857c87f97b35ba3"><code>5ca60af</code></a> Merge <a href="https://github-redirect.dependabot.com/matklad/once_cell/issues/198">#198</a></li>
<li><a href="https://github.com/matklad/once_cell/commit/99c67b7906be3921bbc2d8857ffd55df5ae93cf1"><code>99c67b7</code></a> 1.15.0</li>
<li><a href="https://github.com/matklad/once_cell/commit/b68bee9c56820dad7ad50b8e2a3b7be3fc690a53"><code>b68bee9</code></a> edition 2021</li>
<li><a href="https://github.com/matklad/once_cell/commit/8e47e43a49aa3b818837ad5f9b70da104b0755fa"><code>8e47e43</code></a> always implement unwind safe</li>
<li><a href="https://github.com/matklad/once_cell/commit/8ec240e9db46ce2d4333f18ce3127d2115c6c10f"><code>8ec240e</code></a> MSRV is 1.56</li>
<li><a href="https://github.com/matklad/once_cell/commit/2487d34593083385da2c90b2f5bfc5e4e135eb67"><code>2487d34</code></a> Merge <a href="https://github-redirect.dependabot.com/matklad/once_cell/issues/197">#197</a></li>
<li>Additional commits viewable in <a href="https://github.com/matklad/once_cell/compare/v1.13.1...v1.15.0">compare view</a></li>
</ul>
</details>
<br />


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

3600: chore(deps): bump faux from 0.1.7 to 0.1.9 r=zhangsoledad a=dependabot[bot]

Bumps [faux](https://github.com/nrxus/faux) from 0.1.7 to 0.1.9.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nrxus/faux/blob/master/CHANGELOG.md">faux's changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<h2>NEXT</h2>
<ul>
<li>Allow <code>#[faux::methods]</code> to wrap functions that return the mocked
struct wrapped in <code>Rc</code>, <code>Arc</code>, <code>Box</code>, <code>Result</code>, or <code>Option</code>.
<ul>
<li><a href="https://github.com/nrxus/faux/blob/master/tests/return_self_method.rs">test</a></li>
</ul>
</li>
</ul>
<h2>v0.1.8</h2>
<ul>
<li>Fix issue where a type with <code>::</code> could not be used as a generic
argument in an <code>impl</code> signature.</li>
<li>Support multiple <code>impl</code> blocks for the same struct in the same
module
<ul>
<li>This relies on the uniqueness of a uuid v4 which is technically
not guaranteed to be unique but pretty darn likely to be.</li>
</ul>
</li>
</ul>
<h3>Minor Breaking Change</h3>
<ul>
<li>Bump MSRV to 1.56</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/nrxus/faux/commits">compare view</a></li>
</ul>
</details>
<br />


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

3601: chore(deps): bump clap from 3.2.19 to 3.2.22 r=zhangsoledad a=dependabot[bot]

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.22.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p>
<blockquote>
<h2>v3.2.22</h2>
<h2>[3.2.22] - 2022-09-16</h2>
<h3>Fixes</h3>
<ul>
<li>Unify dependencies on <code>terminal_size</code> to the 0.2 release</li>
</ul>
<h2>v3.2.21</h2>
<h2>[3.2.21] - 2022-09-12</h2>
<h3>Features</h3>
<ul>
<li><code>TypedValueParser::map</code> to allow reusing existing value parsers for other purposes</li>
</ul>
<h2>v3.2.20</h2>
<h2>[3.2.20] - 2022-09-02</h2>
<h3>Features</h3>
<ul>
<li><code>ArgMatches::get_count</code> help for <code>ArgAction::Count</code></li>
<li><code>ArgMatches::get_flag</code> help for <code>ArgAction::SetTrue</code> / <code>ArgAction::SetFalse</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md">clap's changelog</a>.</em></p>
<blockquote>
<h2>[3.2.22] - 2022-09-16</h2>
<h3>Fixes</h3>
<ul>
<li>Unify dependencies on <code>terminal_size</code> to the 0.2 release</li>
</ul>
<h2>[3.2.21] - 2022-09-12</h2>
<h3>Features</h3>
<ul>
<li><code>TypedValueParser::map</code> to allow reusing existing value parsers for other purposes</li>
</ul>
<h2>[3.2.20] - 2022-09-02</h2>
<h3>Features</h3>
<ul>
<li><code>ArgMatches::get_count</code> help for <code>ArgAction::Count</code></li>
<li><code>ArgMatches::get_flag</code> help for <code>ArgAction::SetTrue</code> / <code>ArgAction::SetFalse</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/9e3fa67e0484c826e87e6c3d079b6824fad785aa"><code>9e3fa67</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/d188de05350de5b41062d525fc4602da1f7e1df6"><code>d188de0</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/48b2373569b45a0def1dc73559d53da014b7a927"><code>48b2373</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4221">#4221</a> from niyaznigmatullin/bump_terminal_size</li>
<li><a href="https://github.com/clap-rs/clap/commit/2fd55076e65b14fa92b34161c44d5058a9966f69"><code>2fd5507</code></a> chore(deps): Bump terminal_size and textwrap</li>
<li><a href="https://github.com/clap-rs/clap/commit/7de2f36e6b82efafa0b3575f871ed2f262e123bc"><code>7de2f36</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/af47562311ac4b2ae05bead8fad05acf4419b0ed"><code>af47562</code></a> docs: Roll back deprecation message</li>
<li><a href="https://github.com/clap-rs/clap/commit/1f053b9c9b1027bcc5f744aa0e6134d88301bc11"><code>1f053b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4205">#4205</a> from epage/deprecations</li>
<li><a href="https://github.com/clap-rs/clap/commit/d1ff0632adecd67dc0aa39c7eea0b6d87f915e7e"><code>d1ff063</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4204">#4204</a> from epage/map</li>
<li><a href="https://github.com/clap-rs/clap/commit/7272aa0950ca1082388cdd61835d4b5439583c2e"><code>7272aa0</code></a> docs: Expand on deprecation instructions</li>
<li><a href="https://github.com/clap-rs/clap/commit/960c152b53f3cfb572e37b2a1d13834cfc718826"><code>960c152</code></a> feat(parser): TypedValueParseer::map for adapting value parsers</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.22">compare view</a></li>
</ul>
</details>
<br />


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

3602: chore(deps): bump semver from 1.0.13 to 1.0.14 r=zhangsoledad a=dependabot[bot]

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/semver/releases">semver's releases</a>.</em></p>
<blockquote>
<h2>1.0.14</h2>
<ul>
<li>Fix segfault on OOM to instead deterministically abort with message (<a href="https://github-redirect.dependabot.com/dtolnay/semver/issues/290">#290</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/semver/commit/0520728b1bd2689d02e6ac548bb66dd03cc4b2f5"><code>0520728</code></a> Release 1.0.14</li>
<li><a href="https://github.com/dtolnay/semver/commit/bf0366de991753ca1f36881bb3102f6738c48548"><code>bf0366d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/semver/issues/291">#291</a> from dtolnay/oom</li>
<li><a href="https://github.com/dtolnay/semver/commit/77b9373b8d1f46ac21c6c6404197c4c2d8dc0ee5"><code>77b9373</code></a> Check allocations for OOM</li>
<li><a href="https://github.com/dtolnay/semver/commit/e012a18d073f2cad3ed04a86859525858ab3840e"><code>e012a18</code></a> Remove default package.readme metadata from Cargo.toml</li>
<li><a href="https://github.com/dtolnay/semver/commit/1f192e89569cb5751033ecc0c8ab7e373fd4f11a"><code>1f192e8</code></a> GitHub Workflows security hardening</li>
<li><a href="https://github.com/dtolnay/semver/commit/335c53925790101d3741a9983e22b18deb857f50"><code>335c539</code></a> Revert &quot;Avoid cargo 1.45–1.50 in GitHub Actions&quot;</li>
<li><a href="https://github.com/dtolnay/semver/commit/1d5b2e5bf4b16b1db6c358ae81e7dc9d6322d798"><code>1d5b2e5</code></a> Avoid cargo 1.45–1.50 in GitHub Actions</li>
<li>See full diff in <a href="https://github.com/dtolnay/semver/compare/1.0.13...1.0.14">compare view</a></li>
</ul>
</details>
<br />


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

3603: chore(deps): bump libc from 0.2.132 to 0.2.133 r=zhangsoledad a=dependabot[bot]

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.132 to 0.2.133.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p>
<blockquote>
<h2>0.2.133</h2>
<h2>What's Changed</h2>
<ul>
<li>freebsd adding ptsname_r by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2878">rust-lang/libc#2878</a></li>
<li>openbsd: ignore ci error about unexistent KERN_NSELCOLL constant by <a href="https://github.com/semarie"><code>`@​semarie</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2879">rust-lang/libc#2879</a></li>
<li>Add ENOTSUP constant for riscv32/musl by <a href="https://github.com/kraj"><code>`@​kraj</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2884">rust-lang/libc#2884</a></li>
<li>freebsd cpuset affinity flags. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2885">rust-lang/libc#2885</a></li>
<li>IEEE EUI-64 callss for freebsd/dragonflybsd. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2882">rust-lang/libc#2882</a></li>
<li>apple SEEK_{DATA,HOLE} O_{EVTONLY,NOFOLLOW_ANY} by <a href="https://github.com/youknowone"><code>`@​youknowone</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2886">rust-lang/libc#2886</a></li>
<li>Add <code>confstr</code> and guaranteed <code>_CS_*</code> constants on apple by <a href="https://github.com/thomcc"><code>`@​thomcc</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2883">rust-lang/libc#2883</a></li>
<li>add freebsd's cpusetid_t api by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2887">rust-lang/libc#2887</a></li>
<li>Add CPU_SETSIZE const for FreeBSD by <a href="https://github.com/lwhsu"><code>`@​lwhsu</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2888">rust-lang/libc#2888</a></li>
<li>linux: add missing netfilter definitions by <a href="https://github.com/phi-gamma"><code>`@​phi-gamma</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2876">rust-lang/libc#2876</a></li>
<li>Upgrade Ubuntu image on GHA to 22.04 by <a href="https://github.com/JohnTitor"><code>`@​JohnTitor</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2890">rust-lang/libc#2890</a></li>
<li>add missing SOF_TIMESTAMPING flags by <a href="https://github.com/folkertdev"><code>`@​folkertdev</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2881">rust-lang/libc#2881</a></li>
<li>freebsd add shm_largepage_conf data and its ioctl request. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2892">rust-lang/libc#2892</a></li>
<li>Add musl's lib folder to library search path by <a href="https://github.com/wesleywiser"><code>`@​wesleywiser</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2893">rust-lang/libc#2893</a></li>
<li>linux: add rtnetlink mcast group definitions by <a href="https://github.com/phi-gamma"><code>`@​phi-gamma</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2889">rust-lang/libc#2889</a></li>
<li>apple add pthread_jit_write_callback_t api related. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2896">rust-lang/libc#2896</a></li>
<li>Fix the tests on the latest FreeBSD 14.0-CURRENT by <a href="https://github.com/asomers"><code>`@​asomers</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2898">rust-lang/libc#2898</a></li>
<li>Added missing constants from elf.h by <a href="https://github.com/paandahl"><code>`@​paandahl</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2897">rust-lang/libc#2897</a></li>
<li>apple: Add the attrlist set of functions by <a href="https://github.com/beetrees"><code>`@​beetrees</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2902">rust-lang/libc#2902</a></li>
<li>Add makedev for the BSDs by <a href="https://github.com/asomers"><code>`@​asomers</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2891">rust-lang/libc#2891</a></li>
<li>solarish SHM* flags by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2905">rust-lang/libc#2905</a></li>
<li>fcntl F_DUPFD_CLOEXEC has different values on Solaris and Illumos by <a href="https://github.com/gco"><code>`@​gco</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2900">rust-lang/libc#2900</a></li>
<li>Solaris TCP_KEEPINTVL and TCP_KEEPCNT have wrong values by <a href="https://github.com/gco"><code>`@​gco</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2901">rust-lang/libc#2901</a></li>
<li>Add new Linux system call constants by <a href="https://github.com/cd-work"><code>`@​cd-work</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2904">rust-lang/libc#2904</a></li>
<li>openbsd: add getmntinfo(3) and getfsstat(2) support by <a href="https://github.com/semarie"><code>`@​semarie</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2907">rust-lang/libc#2907</a></li>
<li>Update s390x installer to 20220914 by <a href="https://github.com/JohnTitor"><code>`@​JohnTitor</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2912">rust-lang/libc#2912</a></li>
<li>expose setgrent/getgrent/endgrent on fuchsia by <a href="https://github.com/SteveLauC"><code>`@​SteveLauC</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2910">rust-lang/libc#2910</a></li>
<li>netbsd mcontext x86_64 constants. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2911">rust-lang/libc#2911</a></li>
<li>Compatibility with ESP-IDF V5 by <a href="https://github.com/ivmarkov"><code>`@​ivmarkov</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2913">rust-lang/libc#2913</a></li>
<li>linux add FICLONE* ioctl. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2899">rust-lang/libc#2899</a></li>
<li>Bump version to 0.2.133 by <a href="https://github.com/beetrees"><code>`@​beetrees</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2906">rust-lang/libc#2906</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/thomcc"><code>`@​thomcc</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2883">rust-lang/libc#2883</a></li>
<li><a href="https://github.com/lwhsu"><code>`@​lwhsu</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2888">rust-lang/libc#2888</a></li>
<li><a href="https://github.com/folkertdev"><code>`@​folkertdev</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2881">rust-lang/libc#2881</a></li>
<li><a href="https://github.com/wesleywiser"><code>`@​wesleywiser</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2893">rust-lang/libc#2893</a></li>
<li><a href="https://github.com/paandahl"><code>`@​paandahl</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2897">rust-lang/libc#2897</a></li>
<li><a href="https://github.com/beetrees"><code>`@​beetrees</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2902">rust-lang/libc#2902</a></li>
<li><a href="https://github.com/gco"><code>`@​gco</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2900">rust-lang/libc#2900</a></li>
<li><a href="https://github.com/cd-work"><code>`@​cd-work</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2904">rust-lang/libc#2904</a></li>
<li><a href="https://github.com/SteveLauC"><code>`@​SteveLauC</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2910">rust-lang/libc#2910</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/libc/compare/0.2.132...0.2.133">https://github.com/rust-lang/libc/compare/0.2.132...0.2.133</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/libc/commit/d4c4e9214b9e86cdbf68b7f6ca3f064ec148f2e5"><code>d4c4e92</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2906">#2906</a> - beetrees:bump-to-133, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/a88aec36393e8e338cf98cff5ec2cd455ea2a763"><code>a88aec3</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2899">#2899</a> - devnexen:linux_fileclone, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/152bb49b118bc9e3ddb33c6263d8ecadb71c24d2"><code>152bb49</code></a> linux add FICLONE* ioctl.</li>
<li><a href="https://github.com/rust-lang/libc/commit/8531d0134cbe70e29037bd16b0e4e60fca5c9253"><code>8531d01</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2913">#2913</a> - ivmarkov:master, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/ba7ff452d5dcac7bc51f295f90265a0359ef60f2"><code>ba7ff45</code></a> Compatibility with ESP-IDF V5</li>
<li><a href="https://github.com/rust-lang/libc/commit/9cdd42e8a64cc95f59374ef5217195a979d25b21"><code>9cdd42e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2911">#2911</a> - devnexen:netbsd_reg_constants, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/1afccf75b3b10086c85b7b4f49f22aacdefc6c81"><code>1afccf7</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2910">#2910</a> - SteveLauC:expose-setgrent-getgrent-endgrent-on-fuchsia,...</li>
<li><a href="https://github.com/rust-lang/libc/commit/e58fb5d71a8a2214eb4f6bbbf050d422887e4390"><code>e58fb5d</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2912">#2912</a> - JohnTitor:s390x-image-bump, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/128b9c0f2330927ba8c1844fcc8ede70c4b5dbe5"><code>128b9c0</code></a> Update s390x installer to 20220914</li>
<li><a href="https://github.com/rust-lang/libc/commit/ffad7fd181a62f49b9335a1c50c7eded826ccf61"><code>ffad7fd</code></a> netbsd mcontext x86_64 constants.</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.132...0.2.133">compare view</a></li>
</ul>
</details>
<br />


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

3604: chore(deps): bump syn from 1.0.99 to 1.0.100 r=zhangsoledad a=dependabot[bot]

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.100.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p>
<blockquote>
<h2>1.0.100</h2>
<ul>
<li>Parse closures with explicit empty lifetime parameter list <code>for&lt;&gt; || -&gt; T {…}</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1212">#1212</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/97362">rust-lang/rust#97362</a>)</li>
<li>Parse <code>dyn*</code> provisional syntax (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1213">#1213</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/91611">rust-lang/rust#91611</a>)</li>
<li>Parse attributes on the &quot;rest&quot; pattern of a struct in pattern position, <code>Struct { #[attr] .. }</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1214">#1214</a>)</li>
<li>Parse <code>static async</code> and <code>static async move</code> closures (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1215">#1215</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/62290">rust-lang/rust#62290</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/syn/commit/3d01fc3fea8798af404ad00231b892bb7500901e"><code>3d01fc3</code></a> Release 1.0.100</li>
<li><a href="https://github.com/dtolnay/syn/commit/308d77b76814616c08d4f3ea61dba460bbd4c38c"><code>308d77b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1218">#1218</a> from dtolnay/variadiccomma</li>
<li><a href="https://github.com/dtolnay/syn/commit/9b589ba2163035c2ebd9d2de8cc81141f2b4b36a"><code>9b589ba</code></a> Fix printing of variadic extern fn with trailing comma</li>
<li><a href="https://github.com/dtolnay/syn/commit/42e9942cc678901d3e7be3ae21e7fa5b1369d349"><code>42e9942</code></a> Allow multiple parenthesized path argument segments in the same path</li>
<li><a href="https://github.com/dtolnay/syn/commit/ba6cd8ef4912d61f97ab39dd04cdae38d90fbf54"><code>ba6cd8e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1217">#1217</a> from dtolnay/typepathfnwithcoloncolon</li>
<li><a href="https://github.com/dtolnay/syn/commit/194c3d4011aab1f8a9f2eddd6726ace1ffc64fcf"><code>194c3d4</code></a> Insane syntax on feature=&quot;full&quot; only</li>
<li><a href="https://github.com/dtolnay/syn/commit/6e09f2d9eb26b699e17d65824ee1e9c13d31ed1f"><code>6e09f2d</code></a> Parse associated type on path with parenthesized generic arguments</li>
<li><a href="https://github.com/dtolnay/syn/commit/15c00753ec9f3756a1972699ff12b7995f8e38ad"><code>15c0075</code></a> Skip traversing into const params for precedence test</li>
<li><a href="https://github.com/dtolnay/syn/commit/e3d6e7b66c983c3303c1174c25b1426ab8f78729"><code>e3d6e7b</code></a> Reorder GenericArgument::Const next to Type</li>
<li><a href="https://github.com/dtolnay/syn/commit/be1b7585a5ad76968b2b761cc84fd5584f106137"><code>be1b758</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1216">#1216</a> from dtolnay/anglebracketedorder</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.99...1.0.100">compare view</a></li>
</ul>
</details>
<br />


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

3605: chore(deps): bump reqwest from 0.11.11 to 0.11.12 r=zhangsoledad a=dependabot[bot]

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p>
<blockquote>
<h2>v0.11.12</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>ClientBuilder::resolve_to_addrs()</code> which allows a slice of IP addresses to be specified for a single host.</li>
<li>Add <code>Response::upgrade()</code> to await whether the server agrees to an HTTP upgrade.</li>
</ul>
<h2>New Contributors ❤️</h2>
<ul>
<li><a href="https://github.com/futursolo"><code>`@​futursolo</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1565">seanmonstar/reqwest#1565</a></li>
<li><a href="https://github.com/kckeiks"><code>`@​kckeiks</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1583">seanmonstar/reqwest#1583</a></li>
<li><a href="https://github.com/vidhanio"><code>`@​vidhanio</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1584">seanmonstar/reqwest#1584</a></li>
<li><a href="https://github.com/luqmana"><code>`@​luqmana</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1376">seanmonstar/reqwest#1376</a></li>
<li><a href="https://github.com/lpraneis"><code>`@​lpraneis</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1622">seanmonstar/reqwest#1622</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
<blockquote>
<h2>v0.11.12</h2>
<ul>
<li>Add <code>ClientBuilder::resolve_to_addrs()</code> which allows a slice of IP addresses to be specified for a single host.</li>
<li>Add <code>Response::upgrade()</code> to await whether the server agrees to an HTTP upgrade.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/reqwest/commit/a0a7db0113bf3df307c4de7219fdfcf70ac0f68a"><code>a0a7db0</code></a> v0.11.12</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/ae2d5216649c9be04074e7ae2c37b129e8768470"><code>ae2d521</code></a> Add ability to specify multiple IP addresses for resolver overrides (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1622">#1622</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/6ceb23958c8b6d7f1d8ee093f0ad73184d133d40"><code>6ceb239</code></a> Export Upgraded type. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1618">#1618</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/61474f422caa6f9f843ae3a5bf656b5b3f507241"><code>61474f4</code></a> Add HTTP Upgrade support to Response. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1376">#1376</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/e9ba0a9dc79f63c3655f334df23b50b9a841e326"><code>e9ba0a9</code></a> docs: fix broken doc comment example. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1584">#1584</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/3b2eecce6e7d2b25f9fc3f40bc5266a9531cfd33"><code>3b2eecc</code></a> Remove debug log of status and URL (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1583">#1583</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/74e70627be2af8fc4000e8bf4d6632f3adace3b9"><code>74e7062</code></a> Migrate to once_cell. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1565">#1565</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/b72a385ae75802a9f82e68570b1c73b8e9b92d83"><code>b72a385</code></a> Bump MSRV to 1.56 (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1582">#1582</a>)</li>
<li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.11...v0.11.12">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.11&new-version=0.11.12)](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
8 parents 8d5b2eb + 4aea36a + 9c2fa22 + 2573847 + 4812eb0 + a1fe644 + f571745 + 257a939 commit e7b8e96
Showing 1 changed file with 34 additions and 24 deletions.
58 changes: 34 additions & 24 deletions Cargo.lock

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

0 comments on commit e7b8e96

Please sign in to comment.