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

build(deps): bump nix from 0.18.0 to 0.24.3 #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2022

Bumps nix from 0.18.0 to 0.24.3.

Changelog

Sourced from nix's changelog.

[0.24.3] - 2022-12-02

Added

  • Added SockaddrStorage::{as_unix_addr, as_unix_addr_mut} (#1871)

Changed

Fixed

  • Workaround XNU bug causing netmasks returned by getifaddrs to misbehave. (#1788)
  • Fix microsecond calculation for TimeSpec. (#1801)
  • Fix User::from_name and Group::from_name panicking when given a name containing a nul. (#1815)
  • Fix User::from_uid and User::from_name crash on Android platform. (#1824)
  • Fixed using SockaddrStorage to store a Unix-domain socket address on Linux. (#1871)
  • Fix UB with sys::socket::sockopt::SockType using SOCK_PACKET. (#1821)

Removed

[0.24.2] - 2022-07-17

Added

Changed

Fixed

  • Fixed buffer overflow in nix::sys::socket::recvfrom. (#1763)
  • Enabled SockaddrStorage::{as_link_addr, as_link_addr_mut} for Linux-like operating systems. (#1729)
  • Fixed SockaddrLike::from_raw implementations for VsockAddr and SysControlAddr. (#1736)

Removed

[0.24.1] - 2022-04-22

Added

Changed

Fixed

  • Fixed UnixAddr::size on Linux-based OSes. (#1702)

... (truncated)

Commits
  • ba29e5e chore: Release nix version 0.24.3
  • b66efce Pin older version of cargo-hack
  • e2da04a Fix clippy warnings from backporting
  • f87ea28 clippy: elide lifetime parameter
  • 3731613 Run a round of clippy to fix CI
  • 3fd7fb1 fix '<newline>' being interpreted as html
  • 83e77a3 Fix a new clippy lint
  • 1274987 Fix clippy warnings on nightly
  • 9a4ca6e Clippy cleanup
  • fbf8ffc Update use of libc::timespec to prepare for future libc version
  • Additional commits viewable in compare view

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)

Bumps [nix](https://github.com/nix-rust/nix) from 0.18.0 to 0.24.3.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.24.3/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.18.0...v0.24.3)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 2, 2022

The following labels could not be found: dependency.

Sign up for free to 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.

0 participants