mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
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:
commit
29f89f21e4
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue