Skip to content

Commit

Permalink
Merge #356 #357 #359
Browse files Browse the repository at this point in the history
356: Bump goblin from 0.5.2 to 0.5.3 r=mkroening a=dependabot[bot]

Bumps [goblin](https://github.com/m4b/goblin) from 0.5.2 to 0.5.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/m4b/goblin/blob/master/CHANGELOG.md">goblin's changelog</a>.</em></p>
<blockquote>
<h2>[0.5.3] - 2022-7-16</h2>
<h3>Fixed</h3>
<p>elf: fix elf strtab parsing, thanks <a href="https://github.com/tux3"><code>`@​tux3</code></a>:` <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/316">m4b/goblin#316</a></p>
<h3>Added</h3>
<p>elf: implement plain for note headers, thanks <a href="https://github.com/mkroening"><code>`@​mkroening</code></a>:` <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/317">m4b/goblin#317</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/m4b/goblin/commit/0fea4f0bdab215705835a9076fe55b62bf31edb4"><code>0fea4f0</code></a> build: bump version to 0.5.3; update CHANGELOG; add two new contributors</li>
<li><a href="https://github.com/m4b/goblin/commit/0ac017be46113c63aa639de7de96f7e71d5ecab5"><code>0ac017b</code></a> elf: Handle SHN_XINDEX for strtab section index (<a href="https://github-redirect.dependabot.com/m4b/goblin/issues/304">#304</a>)</li>
<li><a href="https://github.com/m4b/goblin/commit/19519d062dce2731860ac1121c9d020a62461148"><code>19519d0</code></a> elf: Implement Plain for Nhdr{32,64} (<a href="https://github-redirect.dependabot.com/m4b/goblin/issues/317">#317</a>)</li>
<li>See full diff in <a href="https://github.com/m4b/goblin/compare/0.5.2...0.5.3">compare view</a></li>
</ul>
</details>
<br />


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

357: Bump nix from 0.24.1 to 0.24.2 r=mkroening a=dependabot[bot]

Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/v0.24.2/CHANGELOG.md">nix's changelog</a>.</em></p>
<blockquote>
<h2>[0.24.2] - 2022-07-17</h2>
<h3>Added</h3>
<h3>Changed</h3>
<h3>Fixed</h3>
<ul>
<li>Fixed buffer overflow in nix::sys::socket::recvfrom.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1763">1763</a>)</li>
<li>Enabled <code>SockaddrStorage::{as_link_addr, as_link_addr_mut}</code> for Linux-like
operating systems.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1729">1729</a>)</li>
<li>Fixed <code>SockaddrLike::from_raw</code> implementations for <code>VsockAddr</code> and
<code>SysControlAddr</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1736">1736</a>)</li>
</ul>
<h3>Removed</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nix-rust/nix/commit/f3409caf280074101522986dee43673ee54bb9ad"><code>f3409ca</code></a> (cargo-release) version 0.24.2</li>
<li><a href="https://github.com/nix-rust/nix/commit/30010de6da6361fff6fae90fad540910714c7632"><code>30010de</code></a> Fix clippy on nightly</li>
<li><a href="https://github.com/nix-rust/nix/commit/bd64fd5c67ad175637c3e7743bf837e83f836030"><code>bd64fd5</code></a> Pin cross to 0.2.1, as 0.2.2 requires Rust 1.58.1</li>
<li><a href="https://github.com/nix-rust/nix/commit/4e360692b749c0f34a556fa6900d140feab7f2ff"><code>4e36069</code></a> Ignore doctests for unexported macros</li>
<li><a href="https://github.com/nix-rust/nix/commit/cb8b4c038aeeaef476dc05f36c790035c9c5f9fc"><code>cb8b4c0</code></a> Clippy cleanup for latest nightly</li>
<li><a href="https://github.com/nix-rust/nix/commit/9f3dd81394e8c80e7990afd07e29440317b41561"><code>9f3dd81</code></a> Fix &quot;unused_macro_rules&quot; warnings with the latest nightly compiler.</li>
<li><a href="https://github.com/nix-rust/nix/commit/a40a0fb4668323c045817e34fbfe76bb83eea583"><code>a40a0fb</code></a> Fix a buffer overflow in sys::socket::recvfrom</li>
<li><a href="https://github.com/nix-rust/nix/commit/0eb5ac79a8465034bc8e2cd905ad0428a3d75f42"><code>0eb5ac7</code></a> Mention fix in changelog.</li>
<li><a href="https://github.com/nix-rust/nix/commit/73c29afbd0f888be7ce0f8cffec3e6d929a1db92"><code>73c29af</code></a> Fix socket address family check for SysControlAddr::from_raw.</li>
<li><a href="https://github.com/nix-rust/nix/commit/8d4c48a3ee1763d276e5abb6683ccd6130b3360a"><code>8d4c48a</code></a> Fix socket address family check for VsockAddr::from_raw.</li>
<li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.24.1...v0.24.2">compare view</a></li>
</ul>
</details>
<br />


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

359: Bump clap from 3.2.11 to 3.2.12 r=mkroening a=dependabot[bot]

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.11 to 3.2.12.
<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.12</h2>
<h2>[3.2.12] - 2022-07-14</h2>
<h3>Fixes</h3>
<ul>
<li>Allow an arg to declare a conflict with a group</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p>
<blockquote>
<h2>[3.2.12] - 2022-07-14</h2>
<h3>Fixes</h3>
<ul>
<li>Allow an arg to declare a conflict with a group</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/a8a7a61f5640264b072a989d8dd503559c6ccd66"><code>a8a7a61</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/ed8837f2cc81b52bf4400b3e6cc94c0d195cc555"><code>ed8837f</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/afc540153b0fceda3c4e47c707b4b990734516f2"><code>afc5401</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3902">#3902</a> from tmccombs/get-conflicts-with-group</li>
<li><a href="https://github.com/clap-rs/clap/commit/f27f1f57ea308bf04adb1180f91ff9d97eb5fc4d"><code>f27f1f5</code></a> fix: Include groups in <code>get_arg_conflicts_with</code></li>
<li>See full diff in <a href="https://github.com/clap-rs/clap/compare/v3.2.11...v3.2.12">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.11&new-version=3.2.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] committed Jul 18, 2022
4 parents 3cf05a9 + 1e449cb + 08d2272 + 605c175 commit 59f7e2e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

0 comments on commit 59f7e2e

Please sign in to comment.