mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Bumps [pnet_packet](https://github.com/libpnet/libpnet) from 0.33.0 to 0.34.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/libpnet/libpnet/releases">pnet_packet's releases</a>.</em></p> <blockquote> <h2>v0.34.0</h2> <h2>What's Changed</h2> <ul> <li>Add blanket impls of Packet for Box<!-- raw HTML omitted --> and &T. by <a href="https://github.com/landhb"><code>@landhb</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/606">libpnet/libpnet#606</a></li> <li>GitHub actions updates by <a href="https://github.com/mrmonday"><code>@mrmonday</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/608">libpnet/libpnet#608</a></li> <li>Fix typos by <a href="https://github.com/darxriggs"><code>@darxriggs</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/609">libpnet/libpnet#609</a></li> <li>Update pnet_macros to use syn v2 by <a href="https://github.com/james-jra"><code>@james-jra</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/627">libpnet/libpnet#627</a></li> <li>Spell check with <code>typos</code>. Add <code>spell-check</code> CI job by <a href="https://github.com/vvv"><code>@vvv</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/621">libpnet/libpnet#621</a></li> <li>Add LINKTYPE_LINUX_SLL2 support and fix link to SLL by <a href="https://github.com/reticulis"><code>@reticulis</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/619">libpnet/libpnet#619</a></li> <li>TCP header remove NS flag by <a href="https://github.com/rikonaka"><code>@rikonaka</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/625">libpnet/libpnet#625</a></li> <li>Assorted cleanup by <a href="https://github.com/mrmonday"><code>@mrmonday</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/630">libpnet/libpnet#630</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/james-jra"><code>@james-jra</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/627">libpnet/libpnet#627</a></li> <li><a href="https://github.com/vvv"><code>@vvv</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/621">libpnet/libpnet#621</a></li> <li><a href="https://github.com/reticulis"><code>@reticulis</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/619">libpnet/libpnet#619</a></li> <li><a href="https://github.com/rikonaka"><code>@rikonaka</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/625">libpnet/libpnet#625</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0">https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9bd20d82c0"><code>9bd20d8</code></a> Release v0.34.0</li> <li><a href="b8bd8e031e"><code>b8bd8e0</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/630">#630</a> from mrmonday/fix-build-warnings</li> <li><a href="47ae47de30"><code>47ae47d</code></a> Assorted cleanup</li> <li><a href="c32d9db6ec"><code>c32d9db</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/625">#625</a> from rikonaka/master</li> <li><a href="391b133ef7"><code>391b133</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/619">#619</a> from reticulis/sll2</li> <li><a href="12636deb8a"><code>12636de</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/621">#621</a> from vvv/spell-check</li> <li><a href="d29848e39b"><code>d29848e</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/627">#627</a> from james-jra/syn-2</li> <li><a href="08622c53c9"><code>08622c5</code></a> Fix compile test stderr for correct rustc version</li> <li><a href="431ced23f8"><code>431ced2</code></a> add more compilation error tests for #[construct_with]</li> <li><a href="b46f7f36b0"><code>b46f7f3</code></a> Update compile fail test error messages</li> <li>Additional commits viewable in <a href="https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0">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>