Update Rust crate clap to 4.3.10
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-06-30 01:59:08 +00:00
parent 4c3de740c8
commit 0ba5b93398
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View File

@ -86,9 +86,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.3.9"
version = "4.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bba77a07e4489fb41bd90e8d4201c3eb246b3c2c9ea2ba0bddd6c1d1df87db7d"
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
dependencies = [
"clap_builder",
"clap_derive",
@ -97,13 +97,12 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.9"
version = "4.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9b4a88bb4bc35d3d6f65a21b0f0bafe9c894fa00978de242c555ec28bea1c0"
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
dependencies = [
"anstream",
"anstyle",
"bitflags",
"clap_lex",
"strsim",
]

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.9", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.8.4"