Merge pull request #129 from ivre/dependabot/cargo/clap-4.2.5

Bump clap from 4.2.4 to 4.2.5
This commit is contained in:
Pierre 2023-04-30 02:37:12 +02:00 committed by GitHub
commit 1b1c826bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -154,18 +154,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.2.4"
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62"
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.2.4"
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749"
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
dependencies = [
"anstream",
"anstyle",

View file

@ -24,7 +24,7 @@ edition = "2018"
bitflags = "1.2.1"
byteorder = "1.4.3"
chrono = "0.4.24"
clap = "4.2.4"
clap = "4.2.5"
dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.10.3"