dvdsk / HomeAutomation

System to automate lighting and audio interacting through a web interface and telegram bot
3 stars 1 forks source link

Bump nix from 0.17.0 to 0.23.1 #34

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps nix from 0.17.0 to 0.23.1.

Changelog

Sourced from nix's changelog.

[0.23.1] - 2021-12-16

Changed

  • Relaxed the bitflags requirement from 1.3.1 to 1.1. This partially reverts #1492. From now on, the MSRV is not guaranteed to work with all versions of all dependencies, just with some version of all dependencies. (#1607)

Fixed

  • Fixed soundness issues in FdSet::insert, FdSet::remove, and FdSet::contains involving file descriptors outside of the range 0..FD_SETSIZE. (#1575)

[0.23.0] - 2021-09-28

Added

  • Added the LocalPeerCred sockopt. (#1482)
  • Added TimeSpec::from_duration and TimeSpec::from_timespec (#1465)
  • Added IPV6_V6ONLY sockopt. (#1470)
  • Added impl From<User> for libc::passwd trait implementation to convert a User into a libc::passwd. Consumes the User struct to give ownership over the member pointers. (#1471)
  • Added pthread_kill. (#1472)
  • Added mknodat. (#1473)
  • Added setrlimit and getrlimit. (#1302)
  • Added ptrace::interrupt method for platforms that support PTRACE_INTERRUPT (#1422)
  • Added IP6T_SO_ORIGINAL_DST sockopt. (#1490)
  • Added the PTRACE_EVENT_STOP variant to the sys::ptrace::Event enum (#1335)
  • Exposed SockAddr::from_raw_sockaddr (#1447)
  • Added TcpRepair (#1503)
  • Enabled pwritev and preadv for more operating systems. (#1511)
  • Added support for TCP_MAXSEG TCP Maximum Segment Size socket options (#1292)
  • Added Ipv4RecvErr and Ipv6RecvErr sockopts and associated control messages.

... (truncated)

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) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dvdsk/HomeAutomation/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.