mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Update pcap requirement from 0.10.0 to 0.11.0
Updates the requirements on [pcap](https://github.com/rust-pcap/pcap) to permit the latest version. - [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.10.0...v0.11.0) --- updated-dependencies: - dependency-name: pcap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2fb1bc699a
commit
699f7572ef
1 changed files with 1 additions and 1 deletions
|
@ -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.10.0"
|
pcap = "0.11.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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue