chore(deps): update pnet_packet requirement in /crates/lib

Updates the requirements on [pnet_packet](https://github.com/libpnet/libpnet) to permit the latest version.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: pnet_packet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-31 13:41:17 +00:00 committed by GitHub
parent e52d7fbd6f
commit c18c6f202c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ phf = { version = "0.11", optional = true, features = ["macros"] }
clap = { version = "4.5.4", optional = true, features = ["derive"] }
pcap-file = { version = "2.0", optional = true }
pnet_packet = { version = "0.34", optional = true }
pnet_packet = { version = "0.35", optional = true }
lazy_static = { version = "1.4", optional = true }
[dev-dependencies]