Skip to content

Bump nix from 0.14.1 to 0.25.0 - #47

Closed
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/cargo/nix-0.25.0
Closed

Bump nix from 0.14.1 to 0.25.0#47
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/cargo/nix-0.25.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubSep 11, 2022

Copy link
Copy Markdown
Contributor

Bumps nix from 0.14.1 to 0.25.0.

Changelog

Sourced from nix's changelog.

[0.25.0] - 2022-08-13

Added

  • Added faccessat (#1780)
  • Added memfd on Android. (#1773)
  • Added ETH_P_ALL to SockProtocol enum (#1768)
  • Added four non-standard Linux SysconfVar variants (#1761)
  • Added const constructors for TimeSpec and TimeVal (#1760)
  • Added chflags. (#1758)
  • Added aio_writev and aio_readv. (#1713)
  • impl From<uid_t> for Uid and From<gid_t> for Gid (#1727)
  • impl From<SockaddrIn> for std::net::SocketAddrV4 and impl From<SockaddrIn6> for std::net::SocketAddrV6. (#1711)
  • Added support for the x86_64-unknown-haiku target. (#1703)
  • Added ptrace::read_user and ptrace::write_user for Linux. (#1697)
  • Added getrusage and helper types UsageWho and Usage (#1747)
  • Added the DontRoute SockOpt (#1752)
  • Added signal::SigSet::from_sigset_t_unchecked(). (#1741)
  • Added the Ipv4OrigDstAddr sockopt and control message. (#1772)
  • Added the Ipv6OrigDstAddr sockopt and control message. (#1772)
  • Added the Ipv4SendSrcAddr control message. (#1776)

Changed

  • Rewrote the aio module. The new module:
    • Does more type checking at compile time rather than runtime.
    • Gives the caller control over whether and when to Box an aio operation.
    • Changes the type of the priority arguments to i32.
    • Changes the return type of aio_return to usize. (#1713)
  • nix::poll::ppoll: sigmask parameter is now optional. (#1739)
  • Changed gethostname to return an owned OsString.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@matthiasbeyer

Copy link
Copy Markdown
Member

bors merge

@dependabot
dependabotBotforce-pushed the dependabot/cargo/nix-0.25.0 branch from 58f3f4f to b700d8aCompareSeptember 11, 2022 18:56
@bors

borsBot commented Sep 11, 2022

Copy link
Copy Markdown
Contributor

Canceled.

@matthiasbeyer

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot@github

dependabotBot commented on behalf of githubSep 11, 2022

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubSep 11, 2022

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/cargo/nix-0.25.0 branch September 11, 2022 18:58
@matthiasbeyer

Copy link
Copy Markdown
Member

@dependabot recreate

I am not sure why dependabot was under the impression that we have the latest version on master.

@dependabot@github

dependabotBot commented on behalf of githubSep 15, 2022

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@matthiasbeyer

Copy link
Copy Markdown
Member

@dependabot reopen

@dependabotdependabotBot reopened this Sep 15, 2022
@dependabot
dependabotBot restored the dependabot/cargo/nix-0.25.0 branch September 15, 2022 11:29
@matthiasbeyer

Copy link
Copy Markdown
Member

@dependabot rebase

@matthiasbeyer

Copy link
Copy Markdown
Member

Requested review because I introduce unsafe {} code here.

@matthiasbeyermatthiasbeyer mentioned this pull request Sep 15, 2022
@petreeftime

Copy link
Copy Markdown
Collaborator

The fork is OK, but please leave a reason why as a comment. I had one in my PR.

@matthiasbeyer
matthiasbeyerforce-pushed the dependabot/cargo/nix-0.25.0 branch from b69a042 to 65c975eCompareSeptember 15, 2022 12:56
@matthiasbeyer

Copy link
Copy Markdown
Member

Not sure where the CI fail comes from now...

@petreeftime

Copy link
Copy Markdown
Collaborator

I've ran the tests in a loop 1000 times and this error never showed up for me. I've reviewed the code involved and I couldn't find anything obvious either. I think it would be ok to merge this commit.

@petreeftime

Copy link
Copy Markdown
Collaborator

I've opened #70 to track the issue that showed up in testing.

@matthiasbeyer

Copy link
Copy Markdown
Member

Okay, it seems that we have an issue now for the possibly sporadic test failure. Let me

bors try

and I think I won't self-merge this, so I'd rather

bors delegate=petreeftime

@bors

borsBot commented Sep 25, 2022

Copy link
Copy Markdown
Contributor

✌️ petreeftime can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@petreeftime

Copy link
Copy Markdown
Collaborator

bors try

borsBot added a commit that referenced this pull request Oct 8, 2022
@bors

borsBot commented Oct 8, 2022

Copy link
Copy Markdown
Contributor

try

Build succeeded:

@matthiasbeyer

Copy link
Copy Markdown
Member

bors merge

borsBot added a commit that referenced this pull request Oct 8, 2022
47: Bump nix from 0.14.1 to 0.25.0 r=matthiasbeyer a=dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 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.14.1...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.14.1&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
@petreeftime

Copy link
Copy Markdown
Collaborator

bors merge

@bors

borsBot commented Oct 8, 2022

Copy link
Copy Markdown
Contributor

Already running a review

@bors

borsBot commented Oct 8, 2022

Copy link
Copy Markdown
Contributor

Timed out.

@petreeftime

Copy link
Copy Markdown
Collaborator

bors retry

borsBot added a commit that referenced this pull request Oct 8, 2022
47: Bump nix from 0.14.1 to 0.25.0 r=petreeftime a=dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 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.14.1...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.14.1&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
@bors

borsBot commented Oct 8, 2022

Copy link
Copy Markdown
Contributor

Timed out.

@petreeftime

Copy link
Copy Markdown
Collaborator

I can't find any logs from bors for this, but it's possible it doesn't like this PR initially originated in another repo? I'll give it another try, maybe it does the right thing this time... if not, I'll close this PR and work on the other one.

@petreeftime

Copy link
Copy Markdown
Collaborator

bors merge

borsBot added a commit that referenced this pull request Oct 9, 2022
47: Bump nix from 0.14.1 to 0.25.0 r=petreeftime a=dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 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.14.1...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.14.1&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
@bors

borsBot commented Oct 9, 2022

Copy link
Copy Markdown
Contributor

Timed out.

@matthiasbeyer

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot@github

dependabotBot commented on behalf of githubOct 9, 2022

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabotBotand others added 2 commits October 9, 2022 10:00
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.14.1...v0.25.0)
---
updated-dependencies:
- dependency-name: nix
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@matthiasbeyer
matthiasbeyerforce-pushed the dependabot/cargo/nix-0.25.0 branch from e669ea5 to 64f928aCompareOctober 9, 2022 08:01
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@matthiasbeyer

Copy link
Copy Markdown
Member

bors merge

Another try... 😆

borsBot added a commit that referenced this pull request Oct 9, 2022
47: Bump nix from 0.14.1 to 0.25.0 r=matthiasbeyer a=dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 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.14.1...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.14.1&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
@bors

borsBot commented Oct 9, 2022

Copy link
Copy Markdown
Contributor

Timed out.

@matthiasbeyer

Copy link
Copy Markdown
Member

bors retry

borsBot added a commit that referenced this pull request Oct 9, 2022
47: Bump nix from 0.14.1 to 0.25.0 r=matthiasbeyer a=dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 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.14.1...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.14.1&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
@bors

borsBot commented Oct 9, 2022

Copy link
Copy Markdown
Contributor

Timed out.

@matthiasbeyermatthiasbeyer mentioned this pull request Oct 9, 2022
@borsborsBot closed this in #76 Oct 9, 2022
@dependabot
dependabotBot deleted the dependabot/cargo/nix-0.25.0 branch October 9, 2022 12:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@matthiasbeyer@petreeftime