chore(deps): bump pcap from 2.2.0 to 2.3.0

---
updated-dependencies:
- dependency-name: pcap
  dependency-version: 2.3.0
  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] 2025-07-21 00:49:33 +00:00 committed by GitHub
parent ce33df4ffc
commit 6e253fc0f4
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

@ -511,9 +511,9 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]]
name = "pcap"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "499125886165f62fbc0c095ead9189b253f48eb1c5fcab49f81a270f2f220652"
checksum = "83cdabc34a80d9ec3563694cc31423fba6bb9bab4f31a9a5d5b85f29bd6d660a"
dependencies = [
"bitflags 1.3.2",
"errno 0.2.8",

View file

@ -30,7 +30,7 @@ flate2 = "1.1"
itertools = "0.14.0"
lazy_static = "1.5.0"
log = "0.4.27"
pcap = "2.2.0"
pcap = "2.3.0"
pcap-file = "2.0.0"
pnet = { version = "0.33.0", features = ["std"] }
rand = "0.9.1"