Skip to content

Commit

Permalink
Update clap_complete
Browse files Browse the repository at this point in the history
Seems to fix #202.
  • Loading branch information
gaborcsardi committed Apr 6, 2024
1 parent 0e5416f commit ac3d4cd
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ winreg = "0.10"

[build-dependencies]
clap = { version = "4.3.8", features = ["cargo", "color"] }
clap_complete = "4.1.2"
clap_complete = "4.5.1"
lazy_static = "1.4.0"
simplelog = { version = "^0.12.0", features = ["paris"] }
static_vcruntime = "2.0"
Expand Down

0 comments on commit ac3d4cd

Please sign in to comment.