mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 14:48:22 +00:00
Merge pull request #140 from ivre/dependabot/cargo/clap-4.3.2
Bump clap from 4.3.1 to 4.3.2
This commit is contained in:
commit
f27b8572aa
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -160,9 +160,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.3.1"
|
||||
version = "4.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28"
|
||||
checksum = "401a4694d2bf92537b6867d94de48c4842089645fdcdf6c71865b175d836e9c2"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
]
|
||||
|
|
|
@ -24,7 +24,7 @@ edition = "2018"
|
|||
bitflags = "1.2.1"
|
||||
byteorder = "1.4.3"
|
||||
chrono = "0.4.26"
|
||||
clap = "4.3.1"
|
||||
clap = "4.3.2"
|
||||
dns-parser = "0.8.0"
|
||||
flate2 = "1.0"
|
||||
itertools = "0.10.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue