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 gdbstub from 0.6.2 to 0.6.3 #393

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2022

Bumps gdbstub from 0.6.2 to 0.6.3.

Release notes

Sourced from gdbstub's releases.

0.6.3

New Features

  • SingleRegisterAccess: Support reporting unavailable regs #107 (ptosi)

gdbstub_arch 0.2.4 is also out:

Changelog

Sourced from gdbstub's changelog.

0.6.3

New Features

  • SingleRegisterAccess: Support reporting unavailable regs #107 (ptosi)
Commits

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 [gdbstub](https://github.com/daniel5151/gdbstub) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](daniel5151/gdbstub@0.6.2...0.6.3)

---
updated-dependencies:
- dependency-name: gdbstub
  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 Aug 22, 2022
@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #393 (c9e04c1) into master (b875ef5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #393   +/-   ##
=======================================
  Coverage   63.75%   63.75%           
=======================================
  Files          16       16           
  Lines        2207     2207           
=======================================
  Hits         1407     1407           
  Misses        800      800           

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 Aug 23, 2022
391: Bump nix from 0.24.2 to 0.25.0 r=mkroening a=dependabot[bot]

Bumps [nix](https://github.com/nix-rust/nix) from 0.24.2 to 0.25.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p>
<blockquote>
<h2>[0.25.0] - 2022-08-13</h2>
<h3>Added</h3>
<ul>
<li>Added <code>faccessat</code>
(<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1780">#1780</a>)</li>
<li>Added <code>memfd</code> on Android.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1773">1773</a>)</li>
<li>Added <code>ETH_P_ALL</code> to <code>SockProtocol</code> enum
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1768">1768</a>)</li>
<li>Added four non-standard Linux <code>SysconfVar</code> variants
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1761">1761</a>)</li>
<li>Added const constructors for <code>TimeSpec</code> and <code>TimeVal</code>
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1760">1760</a>)</li>
<li>Added <code>chflags</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1758">1758</a>)</li>
<li>Added <code>aio_writev</code> and <code>aio_readv</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li>
<li>impl <code>From&lt;uid_t&gt;</code> for <code>Uid</code> and <code>From&lt;gid_t&gt;</code> for <code>Gid</code>
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1727">1727</a>)</li>
<li>impl <code>From&lt;SockaddrIn&gt;</code> for <code>std::net::SocketAddrV4</code> and
impl <code>From&lt;SockaddrIn6&gt;</code> for <code>std::net::SocketAddrV6</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1711">1711</a>)</li>
<li>Added support for the <code>x86_64-unknown-haiku</code> target.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1703">1703</a>)</li>
<li>Added <code>ptrace::read_user</code> and <code>ptrace::write_user</code> for Linux.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1697">1697</a>)</li>
<li>Added <code>getrusage</code> and helper types <code>UsageWho</code> and <code>Usage</code>
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1747">1747</a>)</li>
<li>Added the <code>DontRoute</code> SockOpt
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1752">1752</a>)</li>
<li>Added <code>signal::SigSet::from_sigset_t_unchecked()</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1741">1741</a>)</li>
<li>Added the <code>Ipv4OrigDstAddr</code> sockopt and control message.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li>
<li>Added the <code>Ipv6OrigDstAddr</code> sockopt and control message.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li>
<li>Added the <code>Ipv4SendSrcAddr</code> control message.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1776">1776</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Rewrote the aio module.  The new module:
<ul>
<li>Does more type checking at compile time rather than runtime.</li>
<li>Gives the caller control over whether and when to <code>Box</code> an aio operation.</li>
<li>Changes the type of the <code>priority</code> arguments to <code>i32</code>.</li>
<li>Changes the return type of <code>aio_return</code> to <code>usize</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li>
</ul>
</li>
<li><code>nix::poll::ppoll</code>: <code>sigmask</code> parameter is now optional.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1739">1739</a>)</li>
<li>Changed <code>gethostname</code> to return an owned <code>OsString</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nix-rust/nix/commit/4d4754a14b080b32b1af16de54dfb822b28b5f06"><code>4d4754a</code></a> (cargo-release) version 0.25.0</li>
<li><a href="https://github.com/nix-rust/nix/commit/9a0083de0c342e14a705b4a3df9d0ed9b49c2844"><code>9a0083d</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1795">#1795</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/92c76bdab0be998366747ede700c450595756fb5"><code>92c76bd</code></a> [skip ci] reformat CHANGELOG prior to 0.25.0 release</li>
<li><a href="https://github.com/nix-rust/nix/commit/e4eeb9a107b0cc68bf67bdb76d81d7a5bc9c3b1e"><code>e4eeb9a</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1794">#1794</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/42ca951f60ae22a54aa46281bf4dca681884a04b"><code>42ca951</code></a> Reenable cargo-hack in CI</li>
<li><a href="https://github.com/nix-rust/nix/commit/5252f7e1bd1361b47a655ae46a02c32d604483ee"><code>5252f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1782">#1782</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/29fe67d4cce6c3d79e501a77d3320bb950dc6d0d"><code>29fe67d</code></a> feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD</li>
<li><a href="https://github.com/nix-rust/nix/commit/ffc793ed4d188e1fddf74b060fb24217c6e6a12d"><code>ffc793e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1776">#1776</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/a9861d873eaba52c9bf0f5b02552c567cadf6591"><code>a9861d8</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1785">#1785</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/217c3b514148ff2c7bcfdfa808df2316d56db281"><code>217c3b5</code></a> fix CI error</li>
<li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.24.2...v0.25.0">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.2&new-version=0.25.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>

393: Bump gdbstub from 0.6.2 to 0.6.3 r=mkroening a=dependabot[bot]

Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.6.2 to 0.6.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/daniel5151/gdbstub/releases">gdbstub's releases</a>.</em></p>
<blockquote>
<h2>0.6.3</h2>
<h4>New Features</h4>
<ul>
<li><code>SingleRegisterAccess</code>: Support reporting unavailable regs <a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/pull/107">#107</a> (<a href="https://github.com/ptosi">ptosi</a>)</li>
</ul>
<hr />
<p><code>gdbstub_arch</code> 0.2.4 is also out:</p>
<ul>
<li>Add support for AArch64 <a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/pull/109">#109</a> (<a href="https://github.com/ptosi">ptosi</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md">gdbstub's changelog</a>.</em></p>
<blockquote>
<h1>0.6.3</h1>
<h4>New Features</h4>
<ul>
<li><code>SingleRegisterAccess</code>: Support reporting unavailable regs <a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/pull/107">#107</a> (<a href="https://github.com/ptosi">ptosi</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/daniel5151/gdbstub/commit/eb9d7be4a4095440171986b41d6ffc9fb3be1d74"><code>eb9d7be</code></a> release gdbstub 0.6.3 and gdbstub_arch 0.2.4</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/78134a3554b7ed3452b837ea402f841abb88d720"><code>78134a3</code></a> gdbstub_arch: Add support for AArch64 (<a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/issues/109">#109</a>)</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/55c5343afe79e43ba4c3a829a90f2ca8c7a43ad9"><code>55c5343</code></a> 1.63 clippy lints</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/1458f214c0a905aa42b4e732eeb3f8ef74ecd8e2"><code>1458f21</code></a> SingleRegisterAccess: Support unavailable regs (<a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/issues/107">#107</a>)</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/463ab4c768a420550d7472d81f203b615aa0ffa5"><code>463ab4c</code></a> new clippy lints</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/86edf6d655ded4136f86f32c959f98d6555563ee"><code>86edf6d</code></a> check_size.sh: Allow running script from other dirs (<a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/issues/108">#108</a>)</li>
<li>See full diff in <a href="https://github.com/daniel5151/gdbstub/compare/0.6.2...0.6.3">compare view</a></li>
</ul>
</details>
<br />


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

394: Bump either from 1.7.0 to 1.8.0 r=mkroening a=dependabot[bot]

Bumps [either](https://github.com/bluss/either) from 1.7.0 to 1.8.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bluss/either/commit/0e1124933c4d6a6ded1ad6137c70c69e23a9d22f"><code>0e11249</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/either/issues/77">#77</a> from cuviper/pin-future</li>
<li><a href="https://github.com/bluss/either/commit/a966956250be5ee2700210590df2899db25bd621"><code>a966956</code></a> Release 1.8.0</li>
<li><a href="https://github.com/bluss/either/commit/b136420e40c72c1ce0ce655431c46a9d2efb5b6e"><code>b136420</code></a> Add <code>Pin</code> projections and implement <code>Future</code> (MSRV 1.36)</li>
<li><a href="https://github.com/bluss/either/commit/fad7d3ae64d1acc895f22c976d70027a3fd368fc"><code>fad7d3a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/either/issues/75">#75</a> from Kixunil/read_exact_write_all</li>
<li><a href="https://github.com/bluss/either/commit/1204a49476c7791dbf4ef35d31c97ba7c3399301"><code>1204a49</code></a> Override <code>Write::write_fmt</code></li>
<li><a href="https://github.com/bluss/either/commit/b086bed4a3aa4fa3894c1996c69923935246213d"><code>b086bed</code></a> Override <code>BufRead::read_until</code> and <code>read_line</code></li>
<li><a href="https://github.com/bluss/either/commit/dc62774ff5da9e3ef3ae46799ea80ed081ef8d7e"><code>dc62774</code></a> Override <code>Read::read_to_string</code></li>
<li><a href="https://github.com/bluss/either/commit/5dbcc98f67d772d5a633941dbad5b86a858e0221"><code>5dbcc98</code></a> Override <code>read_exact</code> and <code>write_all</code></li>
<li><a href="https://github.com/bluss/either/commit/39cec174d267eafdb818fb320d031f20514823b6"><code>39cec17</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/either/issues/74">#74</a> from cuviper/ci-actions</li>
<li><a href="https://github.com/bluss/either/commit/c717bbc37fc411a3edcbc2462de1f9c33d3f8a50"><code>c717bbc</code></a> Switch from actions-rs/cargo to plain run</li>
<li>Additional commits viewable in <a href="https://github.com/bluss/either/compare/1.7.0...1.8.0">compare view</a></li>
</ul>
</details>
<br />


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

395: Bump gdbstub_arch from 0.2.3 to 0.2.4 r=mkroening a=dependabot[bot]

Bumps [gdbstub_arch](https://github.com/daniel5151/gdbstub) from 0.2.3 to 0.2.4.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/daniel5151/gdbstub/commits">compare view</a></li>
</ul>
</details>
<br />


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

396: Bump raw-cpuid from 10.4.0 to 10.5.0 r=mkroening a=dependabot[bot]

Bumps [raw-cpuid](https://github.com/gz/rust-cpuid) from 10.4.0 to 10.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gz/rust-cpuid/blob/master/CHANGELOG.md">raw-cpuid's changelog</a>.</em></p>
<blockquote>
<h2>[10.5.0] - 2022-08-17</h2>
<ul>
<li>Updated phf to 0.11 (only affects <code>cfg(test)</code>)</li>
<li>Add support for AMD leaf <code>0x8000_001D</code></li>
<li>Add support for AMD leaf <code>0x8000_001A</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/gz/rust-cpuid/commits">compare view</a></li>
</ul>
</details>
<br />


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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Aug 23, 2022

This PR was included in a batch that timed out, it will be automatically retried

bors bot added a commit that referenced this pull request Aug 23, 2022
391: Bump nix from 0.24.2 to 0.25.0 r=mkroening a=dependabot[bot]

Bumps [nix](https://github.com/nix-rust/nix) from 0.24.2 to 0.25.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p>
<blockquote>
<h2>[0.25.0] - 2022-08-13</h2>
<h3>Added</h3>
<ul>
<li>Added <code>faccessat</code>
(<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1780">#1780</a>)</li>
<li>Added <code>memfd</code> on Android.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1773">1773</a>)</li>
<li>Added <code>ETH_P_ALL</code> to <code>SockProtocol</code> enum
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1768">1768</a>)</li>
<li>Added four non-standard Linux <code>SysconfVar</code> variants
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1761">1761</a>)</li>
<li>Added const constructors for <code>TimeSpec</code> and <code>TimeVal</code>
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1760">1760</a>)</li>
<li>Added <code>chflags</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1758">1758</a>)</li>
<li>Added <code>aio_writev</code> and <code>aio_readv</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li>
<li>impl <code>From&lt;uid_t&gt;</code> for <code>Uid</code> and <code>From&lt;gid_t&gt;</code> for <code>Gid</code>
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1727">1727</a>)</li>
<li>impl <code>From&lt;SockaddrIn&gt;</code> for <code>std::net::SocketAddrV4</code> and
impl <code>From&lt;SockaddrIn6&gt;</code> for <code>std::net::SocketAddrV6</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1711">1711</a>)</li>
<li>Added support for the <code>x86_64-unknown-haiku</code> target.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1703">1703</a>)</li>
<li>Added <code>ptrace::read_user</code> and <code>ptrace::write_user</code> for Linux.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1697">1697</a>)</li>
<li>Added <code>getrusage</code> and helper types <code>UsageWho</code> and <code>Usage</code>
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1747">1747</a>)</li>
<li>Added the <code>DontRoute</code> SockOpt
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1752">1752</a>)</li>
<li>Added <code>signal::SigSet::from_sigset_t_unchecked()</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1741">1741</a>)</li>
<li>Added the <code>Ipv4OrigDstAddr</code> sockopt and control message.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li>
<li>Added the <code>Ipv6OrigDstAddr</code> sockopt and control message.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li>
<li>Added the <code>Ipv4SendSrcAddr</code> control message.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1776">1776</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Rewrote the aio module.  The new module:
<ul>
<li>Does more type checking at compile time rather than runtime.</li>
<li>Gives the caller control over whether and when to <code>Box</code> an aio operation.</li>
<li>Changes the type of the <code>priority</code> arguments to <code>i32</code>.</li>
<li>Changes the return type of <code>aio_return</code> to <code>usize</code>.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li>
</ul>
</li>
<li><code>nix::poll::ppoll</code>: <code>sigmask</code> parameter is now optional.
(#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1739">1739</a>)</li>
<li>Changed <code>gethostname</code> to return an owned <code>OsString</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nix-rust/nix/commit/4d4754a14b080b32b1af16de54dfb822b28b5f06"><code>4d4754a</code></a> (cargo-release) version 0.25.0</li>
<li><a href="https://github.com/nix-rust/nix/commit/9a0083de0c342e14a705b4a3df9d0ed9b49c2844"><code>9a0083d</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1795">#1795</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/92c76bdab0be998366747ede700c450595756fb5"><code>92c76bd</code></a> [skip ci] reformat CHANGELOG prior to 0.25.0 release</li>
<li><a href="https://github.com/nix-rust/nix/commit/e4eeb9a107b0cc68bf67bdb76d81d7a5bc9c3b1e"><code>e4eeb9a</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1794">#1794</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/42ca951f60ae22a54aa46281bf4dca681884a04b"><code>42ca951</code></a> Reenable cargo-hack in CI</li>
<li><a href="https://github.com/nix-rust/nix/commit/5252f7e1bd1361b47a655ae46a02c32d604483ee"><code>5252f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1782">#1782</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/29fe67d4cce6c3d79e501a77d3320bb950dc6d0d"><code>29fe67d</code></a> feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD</li>
<li><a href="https://github.com/nix-rust/nix/commit/ffc793ed4d188e1fddf74b060fb24217c6e6a12d"><code>ffc793e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1776">#1776</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/a9861d873eaba52c9bf0f5b02552c567cadf6591"><code>a9861d8</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1785">#1785</a></li>
<li><a href="https://github.com/nix-rust/nix/commit/217c3b514148ff2c7bcfdfa808df2316d56db281"><code>217c3b5</code></a> fix CI error</li>
<li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.24.2...v0.25.0">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.2&new-version=0.25.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>

393: Bump gdbstub from 0.6.2 to 0.6.3 r=mkroening a=dependabot[bot]

Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.6.2 to 0.6.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/daniel5151/gdbstub/releases">gdbstub's releases</a>.</em></p>
<blockquote>
<h2>0.6.3</h2>
<h4>New Features</h4>
<ul>
<li><code>SingleRegisterAccess</code>: Support reporting unavailable regs <a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/pull/107">#107</a> (<a href="https://github.com/ptosi">ptosi</a>)</li>
</ul>
<hr />
<p><code>gdbstub_arch</code> 0.2.4 is also out:</p>
<ul>
<li>Add support for AArch64 <a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/pull/109">#109</a> (<a href="https://github.com/ptosi">ptosi</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md">gdbstub's changelog</a>.</em></p>
<blockquote>
<h1>0.6.3</h1>
<h4>New Features</h4>
<ul>
<li><code>SingleRegisterAccess</code>: Support reporting unavailable regs <a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/pull/107">#107</a> (<a href="https://github.com/ptosi">ptosi</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/daniel5151/gdbstub/commit/eb9d7be4a4095440171986b41d6ffc9fb3be1d74"><code>eb9d7be</code></a> release gdbstub 0.6.3 and gdbstub_arch 0.2.4</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/78134a3554b7ed3452b837ea402f841abb88d720"><code>78134a3</code></a> gdbstub_arch: Add support for AArch64 (<a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/issues/109">#109</a>)</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/55c5343afe79e43ba4c3a829a90f2ca8c7a43ad9"><code>55c5343</code></a> 1.63 clippy lints</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/1458f214c0a905aa42b4e732eeb3f8ef74ecd8e2"><code>1458f21</code></a> SingleRegisterAccess: Support unavailable regs (<a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/issues/107">#107</a>)</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/463ab4c768a420550d7472d81f203b615aa0ffa5"><code>463ab4c</code></a> new clippy lints</li>
<li><a href="https://github.com/daniel5151/gdbstub/commit/86edf6d655ded4136f86f32c959f98d6555563ee"><code>86edf6d</code></a> check_size.sh: Allow running script from other dirs (<a href="https://github-redirect.dependabot.com/daniel5151/gdbstub/issues/108">#108</a>)</li>
<li>See full diff in <a href="https://github.com/daniel5151/gdbstub/compare/0.6.2...0.6.3">compare view</a></li>
</ul>
</details>
<br />


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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Aug 23, 2022

This PR was included in a batch that timed out, it will be automatically retried

@bors bors bot merged commit 6dc5e1a into master Aug 23, 2022
@dependabot dependabot bot deleted the dependabot/cargo/gdbstub-0.6.3 branch August 23, 2022 15:57
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