Merge pull request #92 from ivre/dependabot/cargo/pcap-1.0.0

Bump pcap from 0.11.0 to 1.0.0
This commit is contained in:
Pierre 2022-11-21 09:21:49 +01:00 committed by GitHub
commit 29f89f21e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -379,9 +379,9 @@ checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
[[package]] [[package]]
name = "pcap" name = "pcap"
version = "0.11.0" version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d92d4bf65b3e26dbbadaf90b0ea90f7dd631459db276b3b1fc3efc3c68696a" checksum = "d536b12f51fa925b590a6681765ed2bd9f1beb1d2953fa5fe5a20f7c1087b994"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"errno", "errno",

View file

@ -31,7 +31,7 @@ itertools = "0.10.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.11" log = "0.4.11"
netdevice = "0.1.1" netdevice = "0.1.1"
pcap = "0.11.0" pcap = "1.0.0"
pcap-file = "1.1.1" pcap-file = "1.1.1"
pnet = { version = "0.31.0", features = ["std"] } pnet = { version = "0.31.0", features = ["std"] }
rand = "0.8.4" rand = "0.8.4"