Merge pull request #69 from ivre/dependabot/cargo/pcap-0.11.0

Update pcap requirement from 0.10.0 to 0.11.0
This commit is contained in:
Pierre 2022-10-03 11:14:53 +02:00 committed by GitHub
commit 0f93e1309f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ itertools = "0.10.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.11" log = "0.4.11"
netdevice = "0.1.1" netdevice = "0.1.1"
pcap = "0.10.0" pcap = "0.11.0"
pcap-file = "1.1.1" pcap-file = "1.1.1"
pnet = { version = "0.31.0", features = ["std"] } pnet = { version = "0.31.0", features = ["std"] }
rand = "0.8.4" rand = "0.8.4"