Skip to content

Commit

Permalink
Merge pull request #83 from mdpadberg/renovate/clap-4.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to 4.4.11
  • Loading branch information
mdpadberg authored Dec 11, 2023
2 parents 20c41ef + efaf932 commit 4b59f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lto = true
opt-level = 0

[dependencies]
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
clap_complete = "4.4.4"
dirs = "5.0.1"
anyhow = "1.0.75"
Expand Down

0 comments on commit 4b59f7f

Please sign in to comment.