Update pcap requirement from 0.7.0 to 0.9.1

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

---
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-01-02 11:29:54 +00:00 committed by Pierre Lalet
parent 891f4e2aeb
commit 310bd1a9fa

View file

@ -21,7 +21,7 @@ authors = ["_Frky <3105926+Frky@users.noreply.github.com>"]
edition = "2018"
[dependencies]
pcap = "0.7.0"
pcap = "0.9.1"
pcap-file = "1.1.1"
pnet = "0.28.0"
clap = "2.33.3"