aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
123 stars 80 forks source link

build(deps): bump nix from 0.23.1 to 0.24.3 #462

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nix from 0.23.1 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)