From d727817f9b81cb09e56d84eb4ce205ebe2d7a47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:44:29 +0000 Subject: [PATCH] build(deps): bump pcap from 2.0.0 to 2.1.0 Bumps [pcap](https://github.com/rust-pcap/pcap) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pcap/pcap/compare/v2.0.0...v2.1.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 94f0fcb..a5b5461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,9 +990,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pcap" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45f1686828a29fd8002fbf9c01506b4b2dd575c2305e1b884da3731abae8b9e0" +checksum = "fe4d339439e5e7f8ce32d58c2b58d5e304790e66f3aa0bd391dd6a9dc676e054" dependencies = [ "bitflags 1.3.2", "errno",