Update pcap requirement from 0.9.1 to 0.10.0

Updates the requirements on [pcap](https://github.com/rust-pcap/pcap) to permit the latest version.
- [Release notes](https://github.com/rust-pcap/pcap/releases)
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v0.9.1...v0.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-17 00:37:20 +00:00 committed by GitHub
parent cc26132081
commit 6a2b7e0666
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.9.1" pcap = "0.10.0"
pcap-file = "1.1.1" pcap-file = "1.1.1"
pnet = "0.29.0" pnet = "0.29.0"
rand = "0.8.4" rand = "0.8.4"