Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 232c0fa commit d8831c7
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 109 deletions.
180 changes: 94 additions & 86 deletions build/nix/setup/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 build/nix/setup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = [ "env-filter", "fmt", "ansi", "registry", "json", "local-time" ] }

clap = { version = "4.3.11", features = [ "derive" ] }
clap = { version = "4.5.4", features = [ "derive" ] }
dialoguer = "0.10.4"
indicatif = "0.17.5"
console = "0.15.7"
Expand Down
Loading

0 comments on commit d8831c7

Please sign in to comment.