mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Merge pull request #215 from ivre/dependabot/cargo/log-0.4.21
chore(deps): bump log from 0.4.20 to 0.4.21
This commit is contained in:
commit
8a34ff6214
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -445,9 +445,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.20"
|
version = "0.4.21"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "masscanned"
|
name = "masscanned"
|
||||||
|
|
|
@ -29,7 +29,7 @@ dns-parser = "0.8.0"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
itertools = "0.12.1"
|
itertools = "0.12.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
log = "0.4.20"
|
log = "0.4.21"
|
||||||
pcap = "1.2.0"
|
pcap = "1.2.0"
|
||||||
pcap-file = "2.0.0"
|
pcap-file = "2.0.0"
|
||||||
pnet = { version = "0.33.0", features = ["std"] }
|
pnet = { version = "0.33.0", features = ["std"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue