Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 4, 2025
1 parent df8cfd0 commit ad640a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -43,7 +43,7 @@ config = { version = "0.15.7", default-features = false, features = [
"preserve_order",
] }
chrono = "0.4.39"
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
console-subscriber = "0.4.1"
cp_r = "0.5.2"
crossterm = { version = "0.28.1", features = ["event-stream"] }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backtrace = { version = "0.3.71", features = ["gimli-symbolize"] }
bit-set = { version = "0.8.0" }
bit-vec = { version = "0.8.0" }
camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
clap = { version = "4.5.27", features = ["derive", "env", "unicode", "wrap_help"] }
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
clap_builder = { version = "4.5.27", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
console = { version = "0.15.8" }
either = { version = "1.13.0" }
Expand Down

0 comments on commit ad640a8

Please sign in to comment.