Skip to content

Commit

Permalink
[deps]: Update Rust crate clap to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 6882a20 commit 56c7e19
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
26 changes: 16 additions & 10 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 crates/bitwarden-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
rust-version = "1.57"

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.0", features = ["derive"] }
color-eyre = "0.6"
inquire = "0.6.2"
supports-color = "3.0.0"
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Bitwarden Password Manager CLI
keywords = ["bitwarden", "password-manager", "cli"]

[dependencies]
clap = { version = "4.4.18", features = ["derive", "env"] }
clap = { version = "4.5.0", features = ["derive", "env"] }
color-eyre = "0.6"
env_logger = "0.11.1"
inquire = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4.33", features = [
"clock",
"std",
], default-features = false }
clap = { version = "4.4.18", features = ["derive", "env", "string"] }
clap = { version = "4.5.0", features = ["derive", "env", "string"] }
clap_complete = "4.4.10"
color-eyre = "0.6"
comfy-table = "^7.1.0"
Expand Down

0 comments on commit 56c7e19

Please sign in to comment.