Skip to content

Commit

Permalink
chore(deps): update rust crate clap to v4.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent e0e3ea6 commit 5a72830
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 40 deletions.
63 changes: 40 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 10 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ hostname = "0.4"
indicatif = "0.17.8"
itertools = "0.13.0"
libc = "0.2.153"
lscolors = { version = "0.20.0", default-features = false, features = [
lscolors = { version = "0.19.0", default-features = false, features = [
"gnu_legacy",
] }
memchr = "2.7.2"
Expand All @@ -322,7 +322,7 @@ rand_core = "0.6.4"
rayon = "1.10"
redox_syscall = "0.5.1"
regex = "1.10.4"
rstest = "0.23.0"
rstest = "0.22.0"
rust-ini = "0.21.0"
same-file = "1.0.6"
self_cell = "1.0.4"
Expand All @@ -331,7 +331,7 @@ signal-hook = "0.3.17"
smallvec = { version = "1.13.2", features = ["union"] }
tempfile = "3.10.1"
uutils_term_grid = "0.6"
terminal_size = "0.4.0"
terminal_size = "0.3.0"
textwrap = { version = "0.16.1", features = ["terminal_size"] }
thiserror = "1.0.59"
time = { version = "0.3.36" }
Expand Down Expand Up @@ -559,17 +559,10 @@ panic = "abort"
strip = true

[lints.clippy]
multiple_crate_versions = "allow"
cargo_common_metadata = "allow"
uninlined_format_args = "allow"
missing_panics_doc = "allow"

needless_pass_by_value = "warn"
semicolon_if_nothing_returned = "warn"
single_char_pattern = "warn"
explicit_iter_loop = "warn"
if_not_else = "warn"

all = { level = "deny", priority = -1 }
cargo = { level = "warn", priority = -1 }
pedantic = { level = "deny", priority = -1 }
multiple_crate_versions = { level = "allow", priority = 1 }
cargo_common_metadata = { level = "allow", priority = 1 }
uninlined_format_args = { level = "allow", priority = 1 }
missing_panics_doc = { level = "allow", priority = 1 }
all = "deny"
cargo = "warn"
pedantic = "deny"

0 comments on commit 5a72830

Please sign in to comment.