Skip to content
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

Bump libc from 0.2.133 to 0.2.134 #413

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps libc from 0.2.133 to 0.2.134.

Release notes

Sourced from libc's releases.

0.2.134

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.133...0.2.134

Commits
  • a2281d3 Auto merge of #2932 - JohnTitor:0.2.134, r=JohnTitor
  • 1c2ffa7 Prepare 0.2.134 release
  • e507572 Auto merge of #2931 - thomcc:option-root, r=JohnTitor
  • 1d7029a Use ::Option and not Option for pthread_jit_write_callback_t
  • 362960c Auto merge of #2915 - JohnTitor:road-to-jammy, r=JohnTitor
  • a119fdb Downgrade to Ubuntu 20.04 on sparc64
  • 737c37d Update sparc64 Debian image
  • 0233e88 Do not import sys/sendfile.h
  • 63cc149 Ignore some items
  • 6c91229 Auto merge of #2925 - devnexen:cpuset_size_dfbsd, r=JohnTitor
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.133 to 0.2.134.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.133...0.2.134)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 3, 2022
@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Merging #413 (beca5c8) into master (b710887) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #413   +/-   ##
=======================================
  Coverage   63.80%   63.80%           
=======================================
  Files          16       16           
  Lines        2199     2199           
=======================================
  Hits         1403     1403           
  Misses        796      796           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mkroening
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Oct 3, 2022
413: Bump libc from 0.2.133 to 0.2.134 r=mkroening a=dependabot[bot]

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.133 to 0.2.134.
<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.134</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: use grep -E instead of egrep by <a href="https://github.com/kxxt"><code>`@​kxxt</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2916">rust-lang/libc#2916</a></li>
<li>Exposed malloc_size on Mac by <a href="https://github.com/naricc"><code>`@​naricc</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2921">rust-lang/libc#2921</a></li>
<li>fs: add NSFS_MAGIC constant by <a href="https://github.com/tammela"><code>`@​tammela</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2928">rust-lang/libc#2928</a></li>
<li>CPU_SETSIZE constant to dragonflybsd. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2925">rust-lang/libc#2925</a></li>
<li>Update Docker image to Ubuntu 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/2915">rust-lang/libc#2915</a></li>
<li>Use <code>::Option</code> and not <code>Option</code> for <code>pthread_jit_write_callback_t</code> by <a href="https://github.com/thomcc"><code>`@​thomcc</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2931">rust-lang/libc#2931</a></li>
<li>Prepare 0.2.134 release by <a href="https://github.com/JohnTitor"><code>`@​JohnTitor</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2932">rust-lang/libc#2932</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kxxt"><code>`@​kxxt</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2916">rust-lang/libc#2916</a></li>
<li><a href="https://github.com/naricc"><code>`@​naricc</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2921">rust-lang/libc#2921</a></li>
<li><a href="https://github.com/tammela"><code>`@​tammela</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2928">rust-lang/libc#2928</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/libc/compare/0.2.133...0.2.134">https://github.com/rust-lang/libc/compare/0.2.133...0.2.134</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/libc/commit/a2281d3d4def7d583e42a8204b3df7c3576d3512"><code>a2281d3</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2932">#2932</a> - JohnTitor:0.2.134, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/1c2ffa763c8d09c8e7be690833f38309ca8cfac8"><code>1c2ffa7</code></a> Prepare 0.2.134 release</li>
<li><a href="https://github.com/rust-lang/libc/commit/e507572650a7d4d70c351abff8ee1dc6274c0550"><code>e507572</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2931">#2931</a> - thomcc:option-root, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/1d7029adb840ba50e43f8e0aedb28fbddf322cdd"><code>1d7029a</code></a> Use <code>::Option</code> and not <code>Option</code> for <code>pthread_jit_write_callback_t</code></li>
<li><a href="https://github.com/rust-lang/libc/commit/362960cecb52eb87fb07d022f6b0fe3b257c0592"><code>362960c</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2915">#2915</a> - JohnTitor:road-to-jammy, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/a119fdbf38192df88281b2f271ee3e43439ef268"><code>a119fdb</code></a> Downgrade to Ubuntu 20.04 on sparc64</li>
<li><a href="https://github.com/rust-lang/libc/commit/737c37d723866abc1fd1cd8d47441b53ca5cf314"><code>737c37d</code></a> Update sparc64 Debian image</li>
<li><a href="https://github.com/rust-lang/libc/commit/0233e88a162bdce58c9d08ecb8750a0ebec8d011"><code>0233e88</code></a> Do not import <code>sys/sendfile.h</code></li>
<li><a href="https://github.com/rust-lang/libc/commit/63cc149be9aca678f7976222a79cdb268b573a76"><code>63cc149</code></a> Ignore some items</li>
<li><a href="https://github.com/rust-lang/libc/commit/6c9122930fde2a46756c949c26a6683e0440eac4"><code>6c91229</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2925">#2925</a> - devnexen:cpuset_size_dfbsd, r=JohnTitor</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.133...0.2.134">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.133&new-version=0.2.134)](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>

415: Bump thiserror from 1.0.36 to 1.0.37 r=mkroening a=dependabot[bot]

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.36 to 1.0.37.
<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.37</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/thiserror/commit/8a996a5bfd5303c2fab64827cbfde02caa6cef66"><code>8a996a5</code></a> Release 1.0.37</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/3a0bac2bccf953d77e52376209dc3c5f912164ab"><code>3a0bac2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/197">#197</a> from dtolnay/backtracedoc</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/c2759ce82e0cd55afec4c6eac46c4876d8b78c4b"><code>c2759ce</code></a> Fix documentation mentioning 'backtrace()' method</li>
<li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.36...1.0.37">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.36&new-version=1.0.37)](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>
@bors
Copy link
Contributor

bors bot commented Oct 3, 2022

Build failed (retrying...):

bors bot added a commit that referenced this pull request Oct 3, 2022
413: Bump libc from 0.2.133 to 0.2.134 r=mkroening a=dependabot[bot]

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.133 to 0.2.134.
<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.134</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: use grep -E instead of egrep by <a href="https://github.com/kxxt"><code>`@​kxxt</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2916">rust-lang/libc#2916</a></li>
<li>Exposed malloc_size on Mac by <a href="https://github.com/naricc"><code>`@​naricc</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2921">rust-lang/libc#2921</a></li>
<li>fs: add NSFS_MAGIC constant by <a href="https://github.com/tammela"><code>`@​tammela</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2928">rust-lang/libc#2928</a></li>
<li>CPU_SETSIZE constant to dragonflybsd. by <a href="https://github.com/devnexen"><code>`@​devnexen</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2925">rust-lang/libc#2925</a></li>
<li>Update Docker image to Ubuntu 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/2915">rust-lang/libc#2915</a></li>
<li>Use <code>::Option</code> and not <code>Option</code> for <code>pthread_jit_write_callback_t</code> by <a href="https://github.com/thomcc"><code>`@​thomcc</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2931">rust-lang/libc#2931</a></li>
<li>Prepare 0.2.134 release by <a href="https://github.com/JohnTitor"><code>`@​JohnTitor</code></a>` in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2932">rust-lang/libc#2932</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kxxt"><code>`@​kxxt</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2916">rust-lang/libc#2916</a></li>
<li><a href="https://github.com/naricc"><code>`@​naricc</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2921">rust-lang/libc#2921</a></li>
<li><a href="https://github.com/tammela"><code>`@​tammela</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/rust-lang/libc/pull/2928">rust-lang/libc#2928</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/libc/compare/0.2.133...0.2.134">https://github.com/rust-lang/libc/compare/0.2.133...0.2.134</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/libc/commit/a2281d3d4def7d583e42a8204b3df7c3576d3512"><code>a2281d3</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2932">#2932</a> - JohnTitor:0.2.134, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/1c2ffa763c8d09c8e7be690833f38309ca8cfac8"><code>1c2ffa7</code></a> Prepare 0.2.134 release</li>
<li><a href="https://github.com/rust-lang/libc/commit/e507572650a7d4d70c351abff8ee1dc6274c0550"><code>e507572</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2931">#2931</a> - thomcc:option-root, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/1d7029adb840ba50e43f8e0aedb28fbddf322cdd"><code>1d7029a</code></a> Use <code>::Option</code> and not <code>Option</code> for <code>pthread_jit_write_callback_t</code></li>
<li><a href="https://github.com/rust-lang/libc/commit/362960cecb52eb87fb07d022f6b0fe3b257c0592"><code>362960c</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2915">#2915</a> - JohnTitor:road-to-jammy, r=JohnTitor</li>
<li><a href="https://github.com/rust-lang/libc/commit/a119fdbf38192df88281b2f271ee3e43439ef268"><code>a119fdb</code></a> Downgrade to Ubuntu 20.04 on sparc64</li>
<li><a href="https://github.com/rust-lang/libc/commit/737c37d723866abc1fd1cd8d47441b53ca5cf314"><code>737c37d</code></a> Update sparc64 Debian image</li>
<li><a href="https://github.com/rust-lang/libc/commit/0233e88a162bdce58c9d08ecb8750a0ebec8d011"><code>0233e88</code></a> Do not import <code>sys/sendfile.h</code></li>
<li><a href="https://github.com/rust-lang/libc/commit/63cc149be9aca678f7976222a79cdb268b573a76"><code>63cc149</code></a> Ignore some items</li>
<li><a href="https://github.com/rust-lang/libc/commit/6c9122930fde2a46756c949c26a6683e0440eac4"><code>6c91229</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/libc/issues/2925">#2925</a> - devnexen:cpuset_size_dfbsd, r=JohnTitor</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.133...0.2.134">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.133&new-version=0.2.134)](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>
@bors
Copy link
Contributor

bors bot commented Oct 3, 2022

Build failed:

@mkroening
Copy link
Member

bors retry

@bors bors bot merged commit d639d53 into master Oct 3, 2022
@bors bors bot deleted the dependabot/cargo/libc-0.2.134 branch October 3, 2022 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant