mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump pnet_packet from 0.34.0 to 0.35.0 in /rust (#5396)
Bumps [pnet_packet](https://github.com/libpnet/libpnet) from 0.34.0 to 0.35.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.35.0</h2> <h2>What's Changed</h2> <ul> <li>Update license field following SPDX 2.1 license expression standard by <a href="https://github.com/frisoft"><code>@frisoft</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/633">libpnet/libpnet#633</a></li> <li>transport: Add option to set ECN on the TransportSender socket. by <a href="https://github.com/hawkinsw"><code>@hawkinsw</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/685">libpnet/libpnet#685</a></li> <li>Fix failing tests by <a href="https://github.com/Paul-weqe"><code>@Paul-weqe</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/676">libpnet/libpnet#676</a></li> <li>remove the repetitive word by <a href="https://github.com/cuishuang"><code>@cuishuang</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/672">libpnet/libpnet#672</a></li> <li>Add apple tvos support by <a href="https://github.com/lcruz99"><code>@lcruz99</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/652">libpnet/libpnet#652</a></li> <li>Adding vxlan to pnet_packet by <a href="https://github.com/stevedoyle"><code>@stevedoyle</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/654">libpnet/libpnet#654</a></li> <li>Add ICMP Destination unreachable Next-hop MTU by <a href="https://github.com/fabi321"><code>@fabi321</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/662">libpnet/libpnet#662</a></li> <li>Update ARP example to also support IPv6 via NDP by <a href="https://github.com/tgross35"><code>@tgross35</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/642">libpnet/libpnet#642</a></li> <li>Ensure BPF read is 4-byte aligned by <a href="https://github.com/frankplow"><code>@frankplow</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/655">libpnet/libpnet#655</a></li> <li>Expose the various values in the TcpOption structure for external program access by <a href="https://github.com/rikonaka"><code>@rikonaka</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/640">libpnet/libpnet#640</a></li> <li>Definition for ethernet flow control packets. by <a href="https://github.com/AJMansfield"><code>@AJMansfield</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/649">libpnet/libpnet#649</a></li> <li>Expose set_ecn on unix only by <a href="https://github.com/mrmonday"><code>@mrmonday</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/689">libpnet/libpnet#689</a></li> <li>datalink(linux): add feature to pass the fd (socket) to ::channel() by <a href="https://github.com/Martichou"><code>@Martichou</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/584">libpnet/libpnet#584</a></li> <li>Added DNS protocol support by <a href="https://github.com/tomDev5"><code>@tomDev5</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/678">libpnet/libpnet#678</a></li> <li>linux: use poll api instead of select inorder to support fd > 1024. Fixes <a href="https://redirect.github.com/libpnet/libpnet/issues/612">#612</a> and <a href="https://redirect.github.com/libpnet/libpnet/issues/639">#639</a> by <a href="https://github.com/nemosupremo"><code>@nemosupremo</code></a> in <a href="https://redirect.github.com/libpnet/libpnet/pull/681">libpnet/libpnet#681</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/frisoft"><code>@frisoft</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/633">libpnet/libpnet#633</a></li> <li><a href="https://github.com/hawkinsw"><code>@hawkinsw</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/685">libpnet/libpnet#685</a></li> <li><a href="https://github.com/Paul-weqe"><code>@Paul-weqe</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/676">libpnet/libpnet#676</a></li> <li><a href="https://github.com/cuishuang"><code>@cuishuang</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/672">libpnet/libpnet#672</a></li> <li><a href="https://github.com/lcruz99"><code>@lcruz99</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/652">libpnet/libpnet#652</a></li> <li><a href="https://github.com/stevedoyle"><code>@stevedoyle</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/654">libpnet/libpnet#654</a></li> <li><a href="https://github.com/fabi321"><code>@fabi321</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/662">libpnet/libpnet#662</a></li> <li><a href="https://github.com/tgross35"><code>@tgross35</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/642">libpnet/libpnet#642</a></li> <li><a href="https://github.com/frankplow"><code>@frankplow</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/655">libpnet/libpnet#655</a></li> <li><a href="https://github.com/AJMansfield"><code>@AJMansfield</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/649">libpnet/libpnet#649</a></li> <li><a href="https://github.com/tomDev5"><code>@tomDev5</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/678">libpnet/libpnet#678</a></li> <li><a href="https://github.com/nemosupremo"><code>@nemosupremo</code></a> made their first contribution in <a href="https://redirect.github.com/libpnet/libpnet/pull/681">libpnet/libpnet#681</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/libpnet/libpnet/compare/v0.34.0...v0.35.0">https://github.com/libpnet/libpnet/compare/v0.34.0...v0.35.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="97ece70e2f"><code>97ece70</code></a> Release v0.35.0</li> <li><a href="49c8c683f9"><code>49c8c68</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/681">#681</a> from ionosnetworks/feat/linux-poll-api</li> <li><a href="07526a7f6f"><code>07526a7</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/678">#678</a> from tomDev5/dns</li> <li><a href="b319ca2f64"><code>b319ca2</code></a> fixed dns code</li> <li><a href="a3a46e6fb2"><code>a3a46e6</code></a> removed BooleanField for u1</li> <li><a href="7086ed22a6"><code>7086ed2</code></a> dns layer in pnet</li> <li><a href="14a01ffc37"><code>14a01ff</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/584">#584</a> from Martichou/raw_socket</li> <li><a href="bd4c8b0e32"><code>bd4c8b0</code></a> datalink(linux): add feature to pass the fd (socket) to ::channel()</li> <li><a href="28e9de4b8c"><code>28e9de4</code></a> Merge pull request <a href="https://redirect.github.com/libpnet/libpnet/issues/689">#689</a> from mrmonday/ecn-unix-only</li> <li><a href="01eee253ba"><code>01eee25</code></a> Expose set_ecn on unix only.</li> <li>Additional commits viewable in <a href="https://github.com/libpnet/libpnet/compare/v0.34.0...v0.35.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
16
rust/Cargo.lock
generated
16
rust/Cargo.lock
generated
@@ -4650,18 +4650,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pnet_base"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fe4cf6fb3ab38b68d01ab2aea03ed3d1132b4868fa4e06285f29f16da01c5f4c"
|
||||
checksum = "ffc190d4067df16af3aba49b3b74c469e611cad6314676eaf1157f31aa0fb2f7"
|
||||
dependencies = [
|
||||
"no-std-net",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pnet_macros"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "688b17499eee04a0408aca0aa5cba5fc86401d7216de8a63fdf7a4c227871804"
|
||||
checksum = "13325ac86ee1a80a480b0bc8e3d30c25d133616112bb16e86f712dcf8a71c863"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -4671,18 +4671,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pnet_macros_support"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eea925b72f4bd37f8eab0f221bbe4c78b63498350c983ffa9dd4bcde7e030f56"
|
||||
checksum = "eed67a952585d509dd0003049b1fc56b982ac665c8299b124b90ea2bdb3134ab"
|
||||
dependencies = [
|
||||
"pnet_base",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pnet_packet"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a9a005825396b7fe7a38a8e288dbc342d5034dac80c15212436424fef8ea90ba"
|
||||
checksum = "4c96ebadfab635fcc23036ba30a7d33a80c39e8461b8bd7dc7bb186acb96560f"
|
||||
dependencies = [
|
||||
"glob",
|
||||
"pnet_base",
|
||||
|
||||
@@ -11,7 +11,7 @@ proptest = ["dep:proptest"]
|
||||
|
||||
[dependencies]
|
||||
hickory-proto = { workspace = true }
|
||||
pnet_packet = { version = "0.34" }
|
||||
pnet_packet = { version = "0.35" }
|
||||
proptest = { version = "1", optional = true }
|
||||
thiserror = "1"
|
||||
tracing = "0.1"
|
||||
|
||||
@@ -9,7 +9,7 @@ boringtun = { workspace = true }
|
||||
futures = "0.3"
|
||||
hex = "0.4"
|
||||
ip-packet = { workspace = true }
|
||||
pnet_packet = { version = "0.34" }
|
||||
pnet_packet = { version = "0.35" }
|
||||
rand = "0.8"
|
||||
redis = { version = "0.25.4", default-features = false, features = ["tokio-comp"] }
|
||||
redis-macros = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user