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