Bump pcap from 0.11.0 to 1.0.0

Bumps [pcap](https://github.com/rust-pcap/pcap) from 0.11.0 to 1.0.0.
- [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.11.0...v1.0.0)

---
updated-dependencies:
- dependency-name: pcap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-21 01:14:22 +00:00 committed by GitHub
parent 668f8a143c
commit 86e8b6a607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -379,9 +379,9 @@ checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
[[package]]
name = "pcap"
version = "0.11.0"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d92d4bf65b3e26dbbadaf90b0ea90f7dd631459db276b3b1fc3efc3c68696a"
checksum = "d536b12f51fa925b590a6681765ed2bd9f1beb1d2953fa5fe5a20f7c1087b994"
dependencies = [
"bitflags 1.3.2",
"errno",

View file

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