Skip to content

Commit c084e05

Browse files
chore(deps): update rust crate clap to <4.6 (#626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b509005 commit c084e05

File tree

2 files changed

+41
-121
lines changed

2 files changed

+41
-121
lines changed

utils/Cargo.lock

Lines changed: 40 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kernlog = "0.3.1"
1313
systemd-journal-logger = "2.1.1"
1414

1515
# pinned to prevent running over Rust 1.69
16-
clap = { version = "<4.4", features = ["derive"] }
16+
clap = { version = "<4.6", features = ["derive"] }
1717
clap_lex = "<0.7.5"
1818
anstyle = "<1.0.11"
1919
anstyle-parse = "<0.2.7"

0 commit comments

Comments
 (0)