chore(deps): bump pcap from 2.2.0 to 2.3.0 (#295)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-07 23:07:04 +02:00 committed by GitHub
parent ce33df4ffc
commit a52ae83fdd
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]] [[package]]
name = "pcap" name = "pcap"
version = "2.2.0" version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "499125886165f62fbc0c095ead9189b253f48eb1c5fcab49f81a270f2f220652" checksum = "83cdabc34a80d9ec3563694cc31423fba6bb9bab4f31a9a5d5b85f29bd6d660a"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"errno 0.2.8", "errno 0.2.8",

View file

@ -30,7 +30,7 @@ flate2 = "1.1"
itertools = "0.14.0" itertools = "0.14.0"
lazy_static = "1.5.0" lazy_static = "1.5.0"
log = "0.4.27" log = "0.4.27"
pcap = "2.2.0" pcap = "2.3.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.9.1" rand = "0.9.1"