Skip to content

Commit

Permalink
chore(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 Jun 23, 2024
1 parent 1cc5f44 commit 50aec4f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 117 deletions.
154 changes: 38 additions & 116 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 @@ -13,7 +13,7 @@ kernlog = "0.3.1"
systemd-journal-logger = "2.1.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.8"
anstyle-parse = "<0.2.5"
Expand Down

0 comments on commit 50aec4f

Please sign in to comment.