Merge pull request #103 from ivre/dependabot/cargo/clap-4.1.1

Bump clap from 4.0.32 to 4.1.1
This commit is contained in:
Pierre 2023-01-16 11:31:14 +01:00 committed by GitHub
commit beed2c4f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -96,9 +96,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.0.32" version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"clap_lex", "clap_lex",

View file

@ -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.0.32" clap = "4.1.1"
dns-parser = "0.8.0" dns-parser = "0.8.0"
flate2 = "1.0" flate2 = "1.0"
itertools = "0.10.3" itertools = "0.10.3"