Bump clap from 4.1.4 to 4.1.6 (#341)

This commit is contained in:
dependabot[bot] 2023-02-20 16:05:21 -08:00 committed by GitHub
parent a5fc1d288a
commit 5588ad1221
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

@ -169,9 +169,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.1.4" version = "4.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"clap_derive", "clap_derive",

View File

@ -19,7 +19,7 @@ openapiv3 = "1.0.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
serde_yaml = "0.9" serde_yaml = "0.9"
clap = { version = "4.1.4", features = ["derive"] } clap = { version = "4.1.6", features = ["derive"] }
[build-dependencies] [build-dependencies]
built = { version = "0.6", features = ["git2"] } built = { version = "0.6", features = ["git2"] }