From 86e8b6a60797786e58470051ad3710b819dad518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:14:22 +0000 Subject: [PATCH] Bump pcap from 0.11.0 to 1.0.0 Bumps [pcap](https://github.com/rust-pcap/pcap) from 0.11.0 to 1.0.0. - [Release notes](https://github.com/rust-pcap/pcap/releases) - [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pcap/pcap/compare/v0.11.0...v1.0.0) --- updated-dependencies: - dependency-name: pcap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42b2746..1919803 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,9 +379,9 @@ checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" [[package]] name = "pcap" -version = "0.11.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98d92d4bf65b3e26dbbadaf90b0ea90f7dd631459db276b3b1fc3efc3c68696a" +checksum = "d536b12f51fa925b590a6681765ed2bd9f1beb1d2953fa5fe5a20f7c1087b994" dependencies = [ "bitflags 1.3.2", "errno", diff --git a/Cargo.toml b/Cargo.toml index 6e3f521..4075fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ itertools = "0.10.3" lazy_static = "1.4.0" log = "0.4.11" netdevice = "0.1.1" -pcap = "0.11.0" +pcap = "1.0.0" pcap-file = "1.1.1" pnet = { version = "0.31.0", features = ["std"] } rand = "0.8.4"