Merge pull request #151 from nix-community/dependabot/cargo/clap-4.3.3

build(deps): bump clap from 4.3.2 to 4.3.3
This commit is contained in:
figsoda 2023-06-12 08:07:29 -04:00 committed by GitHub
commit e67120f1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -424,9 +424,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.2"
version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "401a4694d2bf92537b6867d94de48c4842089645fdcdf6c71865b175d836e9c2"
checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
dependencies = [
"clap_builder",
"clap_derive",
@ -435,9 +435,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.1"
version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
dependencies = [
"anstream",
"anstyle",

View File

@ -63,7 +63,7 @@ xdg = "2.5.0"
zip = "0.6.6"
[dependencies.clap]
version = "4.3.2"
version = "4.3.3"
features = ["cargo", "derive", "unicode", "wrap_help"]
[dependencies.rustyline]
@ -76,7 +76,7 @@ version = "1.28.2"
features = ["macros", "process", "rt-multi-thread"]
[build-dependencies]
clap = { version = "4.3.2", features = ["derive"] }
clap = { version = "4.3.3", features = ["derive"] }
clap_complete = "4.3.1"
clap_mangen = "0.2.12"