Skip to content

Commit

Permalink
Merge pull request #214 from codahale/dependabot/cargo/clap_complete-…
Browse files Browse the repository at this point in the history
…4.4.2

build(deps): bump clap_complete from 4.4.1 to 4.4.2
  • Loading branch information
codahale authored Sep 26, 2023
2 parents db3d581 + 672e4da commit 30f5f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion veil-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-run = "veil"
[dependencies]
bunt = "0.2.8"
clap = { version = "4.4.4", features = ["deprecated", "derive"] }
clap_complete = "4.4.1"
clap_complete = "4.4.2"
console = "0.15.7"
rand = { version = "0.8.5", features = ["min_const_gen"] }
thiserror = "1.0.48"
Expand Down

0 comments on commit 30f5f9b

Please sign in to comment.