Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 93579a2 commit fb6d4d4
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 81 deletions.
161 changes: 81 additions & 80 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.4.17", features = [ "derive" ] }
dialoguer = "0.10.4"
indicatif = "0.17.5"
console = "0.15.7"
Expand Down

0 comments on commit fb6d4d4

Please sign in to comment.