From e9bead38e67fbe302f46bf4a157616f036ebf9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:28:22 +0000 Subject: [PATCH] build(deps): bump pcap from 2.1.0 to 2.2.0 Bumps [pcap](https://github.com/rust-pcap/pcap) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pcap/pcap/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: pcap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 504ab4e..0c996eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,9 +990,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pcap" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4d339439e5e7f8ce32d58c2b58d5e304790e66f3aa0bd391dd6a9dc676e054" +checksum = "499125886165f62fbc0c095ead9189b253f48eb1c5fcab49f81a270f2f220652" dependencies = [ "bitflags 1.3.2", "errno",