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

Update nix requirement from ^0.11 to ^0.14 #9

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on nix to permit the latest version.

Changelog

Sourced from nix's changelog.

[0.14.0] - 2019-05-21

Added

  • Add IP_RECVIF & IP_RECVDSTADDR. Enable IP_PKTINFO and IP6_PKTINFO on netbsd/openbsd.
    (#1002)
  • Added inotify_init1, inotify_add_watch and inotify_rm_watch wrappers for
    Android and Linux. (#1016)
  • Add ALG_SET_IV, ALG_SET_OP and ALG_SET_AEAD_ASSOCLEN control messages and AF_ALG
    socket types on Linux and Android (#1031)
  • Add killpg
    (#1034)
  • Added ENOTSUP errno support for Linux and Android.
    (#969)
  • Add several errno constants from OpenBSD 6.2
    (#1036)
  • Added from_std and to_std methods for sys::socket::IpAddr
    (#1043)
  • Added nix::unistd:seteuid and nix::unistd::setegid for those platforms that do
    not support setresuid nor setresgid respectively.
    (#1044)
  • Added a access wrapper
    (#1045)
  • Add forkpty
    (#1042)
  • Add sched_yield
    (#1050)

Changed

  • PollFd event flags renamed to PollFlags (#1024)

  • recvmsg now returns an Iterator over ControlMessageOwned objects rather
    than ControlMessage objects. This is sadly not backwards-compatible. Fix
    code like this:

    if let ControlMessage::ScmRights(&fds) = cmsg {

    By replacing it with code like this:

    if let ControlMessageOwned::ScmRights(fds) = cmsg {

    (#1020)

  • Replaced CmsgSpace with the cmsg_space macro.
    (#1020)

Fixed

  • Fixed multiple bugs when using sendmsg and recvmsg with ancillary control messages
    (#1020)
  • Macros exported by nix may now be imported via use on the Rust 2018
    edition without importing helper macros.
    (#1041)
... (truncated)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [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.11.0...v0.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 22, 2019
@dependabot-preview
Copy link
Author

Superseded by #11.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/nix-tw-0.14 branch August 12, 2019 04:16
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
Projects
None yet
1 participant