mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Merge pull request #214 from ivre/dependabot/cargo/clap-4.5.1
chore(deps): bump clap from 4.5.0 to 4.5.1
This commit is contained in:
commit
55f8509209
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -147,18 +147,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.0"
|
||||
version = "4.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f"
|
||||
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.0"
|
||||
version = "4.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
|
||||
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
|
|
@ -24,7 +24,7 @@ edition = "2018"
|
|||
bitflags = "2.4.2"
|
||||
byteorder = "1.5.0"
|
||||
chrono = "0.4.34"
|
||||
clap = "4.5.0"
|
||||
clap = "4.5.1"
|
||||
dns-parser = "0.8.0"
|
||||
flate2 = "1.0"
|
||||
itertools = "0.12.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue