Skip to content

Commit

Permalink
[deps]: 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] authored May 1, 2024
1 parent 643d40c commit 4edad6b
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 crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = { version = "0.4.35", features = [
"std",
], default-features = false }
clap = { version = "4.5.1", features = ["derive", "env", "string"] }
clap_complete = "4.5.0"
clap_complete = "4.5.2"
color-eyre = "0.6"
comfy-table = "^7.1.0"
directories = "5.0.1"
Expand All @@ -47,7 +47,7 @@ uuid = { version = "^1.7.0", features = ["serde"] }
[build-dependencies]
bitwarden-cli = { workspace = true }
clap = { version = "4.5.1", features = ["derive", "string"] }
clap_complete = "4.5.0"
clap_complete = "4.5.2"
clap_mangen = "0.2.20"
uuid = { version = "^1.7.0" }

Expand Down

0 comments on commit 4edad6b

Please sign in to comment.