Skip to content

Commit

Permalink
[CHORE] Update Rust crate clap_complete to 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent d24861d commit 1354182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions owmods_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ anyhow = "1.0.81"
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
log = { version = "0.4.21", features = ["std"] }
clap_complete = "4.5.1"
clap_complete = "4.5.2"
serde_json = "1.0.115"

[build-dependencies]
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = "4.5.1"
clap_complete = "4.5.2"
clap_mangen = "0.2.20"

[[bin]]
Expand Down

0 comments on commit 1354182

Please sign in to comment.