mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.1. <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.30.1] - 2025-05-04</h2> <h3>Fixed</h3> <ul> <li>doc.rs build (<a href="https://redirect.github.com/nix-rust/nix/pull/2634">#2634</a>)</li> </ul> <h2>[0.30.0] - 2025-04-29</h2> <h3>Added</h3> <ul> <li>Add socket option <code>IPV6_PKTINFO</code> for BSDs/Linux/Android, also <code>IPV6_RECVPKTINFO</code> for DragonFlyBSD (<a href="https://redirect.github.com/nix-rust/nix/pull/2113">#2113</a>)</li> <li>Add <code>fcntl</code>'s <code>F_PREALLOCATE</code> constant for Apple targets. (<a href="https://redirect.github.com/nix-rust/nix/pull/2393">#2393</a>)</li> <li>Improve support for extracting the TTL / Hop Limit from incoming packets and support for DSCP (ToS / Traffic Class). (<a href="https://redirect.github.com/nix-rust/nix/pull/2425">#2425</a>)</li> <li>Add socket option IP_TOS (nix::sys::socket::sockopt::IpTos) IPV6_TCLASS (nix::sys::socket::sockopt::Ipv6TClass) on Android/FreeBSD (<a href="https://redirect.github.com/nix-rust/nix/pull/2464">#2464</a>)</li> <li>Add <code>SeekData</code> and <code>SeekHole</code> to <code>Whence</code> for hurd and apple targets (<a href="https://redirect.github.com/nix-rust/nix/pull/2473">#2473</a>)</li> <li>Add <code>From</code> trait implementation between <code>SocketAddr</code> and <code>Sockaddr</code>, <code>Sockaddr6</code> (<a href="https://redirect.github.com/nix-rust/nix/pull/2474">#2474</a>)</li> <li>Added wrappers for <code>posix_spawn</code> API (<a href="https://redirect.github.com/nix-rust/nix/pull/2475">#2475</a>)</li> <li>Add the support for Emscripten. (<a href="https://redirect.github.com/nix-rust/nix/pull/2477">#2477</a>)</li> <li>Add fcntl constant <code>F_RDADVISE</code> for Apple target (<a href="https://redirect.github.com/nix-rust/nix/pull/2480">#2480</a>)</li> <li>Add fcntl constant <code>F_RDAHEAD</code> for Apple target (<a href="https://redirect.github.com/nix-rust/nix/pull/2482">#2482</a>)</li> <li>Add <code>F_LOG2PHYS</code> and <code>F_LOG2PHYS_EXT</code> for Apple target (<a href="https://redirect.github.com/nix-rust/nix/pull/2483">#2483</a>)</li> <li><code>MAP_SHARED_VALIDATE</code> was added for all linux targets. & <code>MAP_SYNC</code> was added for linux with the exclusion of mips architecures, and uclibc (<a href="https://redirect.github.com/nix-rust/nix/pull/2499">#2499</a>)</li> <li>Add <code>getregs()</code>/<code>getregset()</code>/<code>setregset()</code> for Linux/musl/aarch64 (<a href="https://redirect.github.com/nix-rust/nix/pull/2502">#2502</a>)</li> <li>Add FcntlArgs <code>F_TRANSFEREXTENTS</code> constant for Apple targets (<a href="https://redirect.github.com/nix-rust/nix/pull/2504">#2504</a>)</li> <li>Add <code>MapFlags::MAP_STACK</code> in <code>sys::man</code> for netbsd (<a href="https://redirect.github.com/nix-rust/nix/pull/2526">#2526</a>)</li> <li>Add support for <code>libc::LOCAL_PEERTOKEN</code> in <code>getsockopt</code>. (<a href="https://redirect.github.com/nix-rust/nix/pull/2529">#2529</a>)</li> <li>Add support for <code>syslog</code>, <code>openlog</code>, <code>closelog</code> on all <code>unix</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="3cf9007216"><code>3cf9007</code></a> chore: drop 0.30.1</li> <li><a href="2845ab9e4e"><code>2845ab9</code></a> Compile sys::mman on Redox (<a href="https://redirect.github.com/nix-rust/nix/issues/2637">#2637</a>)</li> <li><a href="fccb4abfc8"><code>fccb4ab</code></a> Fix fuchsia target triple to unbreak docs.rs build (<a href="https://redirect.github.com/nix-rust/nix/issues/2634">#2634</a>)</li> <li><a href="b834171547"><code>b834171</code></a> ci: disable hurd (<a href="https://redirect.github.com/nix-rust/nix/issues/2638">#2638</a>)</li> <li><a href="9c97e1df15"><code>9c97e1d</code></a> Clippy cleanup: dangerous_implicit_autorefs and uninlined_format_args</li> <li><a href="989291d5bf"><code>989291d</code></a> chore: release 0.30.0</li> <li><a href="6a1c5b8d5b"><code>6a1c5b8</code></a> Remove Copy from PollFd (<a href="https://redirect.github.com/nix-rust/nix/issues/2631">#2631</a>)</li> <li><a href="eba0f41bff"><code>eba0f41</code></a> chore: pin libc to 0.2.171 & bump CI image (<a href="https://redirect.github.com/nix-rust/nix/issues/2632">#2632</a>)</li> <li><a href="b561476e1d"><code>b561476</code></a> socket::sockopt AttachReusePortCbpf for Linux addition. (<a href="https://redirect.github.com/nix-rust/nix/issues/2621">#2621</a>)</li> <li><a href="684b79edb6"><code>684b79e</code></a> Add sockopt::PeerPidfd (SO_PEERPIDFD) sockopt support to socket::sockopt (<a href="https://redirect.github.com/nix-rust/nix/issues/2620">#2620</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.29.0...v0.30.1">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>