Bump pcap from 1.0.0 to 1.1.0

Bumps [pcap](https://github.com/rust-pcap/pcap) from 1.0.0 to 1.1.0.
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-15 01:25:58 +00:00 committed by GitHub
parent 40a4047961
commit c86752057d
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

@ -563,9 +563,9 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]] [[package]]
name = "pcap" name = "pcap"
version = "1.0.0" version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d536b12f51fa925b590a6681765ed2bd9f1beb1d2953fa5fe5a20f7c1087b994" checksum = "cbaa01d616eb84eb35cd085fdeaa8671dc8d951bdc4a75bfc414466e76b039ce"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"errno 0.2.8", "errno 0.2.8",

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 = "1.0.0" pcap = "1.1.0"
pcap-file = "2.0.0" pcap-file = "2.0.0"
pnet = { version = "0.33.0", features = ["std"] } pnet = { version = "0.33.0", features = ["std"] }
rand = "0.8.4" rand = "0.8.4"