Update Rust crate clap to 4.0.26 #8

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-16 18:26:39 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e1ab175c97 - Show all commits

4
Cargo.lock generated
View File

@ -42,9 +42,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.0.24" version = "4.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",

View File

@ -25,4 +25,4 @@ eyre = { workspace = true }
git2 = { workspace = true } git2 = { workspace = true }
serde = { workspace = true } serde = { workspace = true }
serde_json = { workspace = true } serde_json = { workspace = true }
clap = { version = "4.0.24", features = ["env", "derive"] } clap = { version = "4.0.26", features = ["env", "derive"] }