From a52ae83fdd5612332a72979e44a71b52a270c9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:07:04 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c987ff9..add0498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 908847b..a0a9e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"