mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
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:
parent
e52d7fbd6f
commit
c18c6f202c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue