mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.5 to 0.5.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md">socket2's changelog</a>.</em></p> <blockquote> <h1>0.5.6</h1> <ul> <li>Add <code>Socket::(set_)multicast_all_v{4,6}</code> (<a href="https://redirect.github.com/rust-lang/socket2/pull/485">rust-lang/socket2#485</a> and (<a href="https://redirect.github.com/rust-lang/socket2/pull/486">rust-lang/socket2#486</a>).</li> <li>Add support for GNU/Hurd (<a href="https://redirect.github.com/rust-lang/socket2/pull/474">rust-lang/socket2#474</a>).</li> <li>Fix compilation on Haiku (<a href="https://redirect.github.com/rust-lang/socket2/pull/479">rust-lang/socket2#479</a> and (<a href="https://redirect.github.com/rust-lang/socket2/pull/482">rust-lang/socket2#482</a>).</li> <li>Fix compilation on OpenHarmony (<a href="https://redirect.github.com/rust-lang/socket2/pull/491">rust-lang/socket2#491</a>).</li> <li>Update to window-sys v0.52 (<a href="https://redirect.github.com/rust-lang/socket2/pull/480">rust-lang/socket2#480</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="faa59e9745"><code>faa59e9</code></a> Release v0.5.6</li> <li><a href="f5367ea25d"><code>f5367ea</code></a> Update to FreeBSD 13.2 on Cirrus CI</li> <li><a href="d11936fbc9"><code>d11936f</code></a> Fix compilation with target_env=ohos</li> <li><a href="76cbffb8ad"><code>76cbffb</code></a> Update actions/checkout action to v4 (<a href="https://redirect.github.com/rust-lang/socket2/issues/488">#488</a>)</li> <li><a href="272c6cf2a5"><code>272c6cf</code></a> Add tests for Socket::(set_)multicast_all_v{4,6}</li> <li><a href="d83cf0408e"><code>d83cf04</code></a> Add Socket::(set_)multicast_all_v{4,6}</li> <li><a href="9ab8109bc8"><code>9ab8109</code></a> Improve support for haiku</li> <li><a href="03dc9e84be"><code>03dc9e8</code></a> Update windows-sys to v0.52</li> <li><a href="3beceb29ae"><code>3beceb2</code></a> Add GNU/Hurd support</li> <li><a href="5c8bf8c07b"><code>5c8bf8c</code></a> Haiku fixes for IP_RECVTOS and IP_TOS</li> <li>See full diff in <a href="https://github.com/rust-lang/socket2/compare/v0.5.5...v0.5.6">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>
Rust development guide
Firezone uses Rust for all data plane components. This directory contains the Linux and Windows clients, and low-level networking implementations related to STUN/TURN.
We target the last stable release of Rust using rust-toolchain.toml.
If you are using rustup, that is automatically handled for you.
Otherwise, ensure you have the latest stable version of Rust installed.