Skip to content

Commit

Permalink
fix(deps): update rust crate clap to <4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 24, 2024
1 parent d6c09b7 commit 0977c02
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 145 deletions.
174 changes: 30 additions & 144 deletions utils/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 utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4.20"
kernlog = "0.3.1"

# pinned to prevent running over Rust 1.69
clap = { version = "<4.4", features = ["derive"] }
clap = { version = "<4.6", features = ["derive"] }
clap_lex = "<0.7.1"
anstyle = "<1.0.7"
anstyle-parse = "<0.2.4"
Expand Down

0 comments on commit 0977c02

Please sign in to comment.