mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
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] <support@github.com>
This commit is contained in:
parent
668f8a143c
commit
86e8b6a607
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