Merge pull request #205 from gamedig/dependabot/cargo/crates/lib/pnet_packet-0.35

This commit is contained in:
Cain 2024-07-01 18:18:18 +01:00 committed by GitHub
commit d51e54452f
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]