Bump pcap from 1.1.0 to 1.2.0

Bumps [pcap](https://github.com/rust-pcap/pcap) from 1.1.0 to 1.2.0.
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v1.1.0...v1.2.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] 2024-01-22 01:12:22 +00:00 committed by GitHub
parent 656bf3951e
commit 10c353940f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

@ -30,7 +30,7 @@ flate2 = "1.0"
itertools = "0.12.0" itertools = "0.12.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.20" log = "0.4.20"
pcap = "1.1.0" pcap = "1.2.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"