Skip to content

Commit

Permalink
fix(deps): update rust crate clap_complete to 4.4.10 (#1597)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent e2e9af7 commit 5159491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lto = true
base64 = "0.21.7"
chrono = { version = "0.4.33", default-features = false, features = ["std", "clock"] }
clap = { version = "4.4.18", features = ["env", "derive", "string"] }
clap_complete = { version = "4.4.9", optional = true }
clap_complete = { version = "4.4.10", optional = true }
clap_mangen = { version = "0.2.19", optional = true }
color-eyre = "0.6.2"
color-print = "0.3.5"
Expand Down

0 comments on commit 5159491

Please sign in to comment.