Merge pull request #52 from ivre/fix-pnet-version

Update Cargo.toml
This commit is contained in:
_Frky 2022-05-30 12:19:34 +02:00 committed by GitHub
commit 2ebeefb730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ log = "0.4.11"
netdevice = "0.1.1" netdevice = "0.1.1"
pcap = "0.9.1" pcap = "0.9.1"
pcap-file = "1.1.1" pcap-file = "1.1.1"
pnet = "0.30.0" pnet = "0.29.0"
rand = "0.8.4" rand = "0.8.4"
siphasher = "0.3" siphasher = "0.3"
stderrlog = "0.5.0" stderrlog = "0.5.0"