Skip to content

Commit

Permalink
chore(deps): update rust crate clap to v4.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 38344ed commit 1aab195
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 66 deletions.
84 changes: 27 additions & 57 deletions Cargo.lock

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

13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ half = "2.4.1"
hostname = "0.4"
indicatif = "0.17.8"
itertools = "0.12.1"
libc = "0.2.153"
libc = "0.2.154"
lscolors = { version = "0.16.0", default-features = false, features = [
"gnu_legacy",
] }
Expand All @@ -304,7 +304,7 @@ num-traits = "0.2.19"
number_prefix = "0.4"
once_cell = "1.19.0"
onig = { version = "~6.4", default-features = false }
parse_datetime = "0.6.0"
parse_datetime = "0.5.0"
phf = "0.11.2"
phf_codegen = "0.11.2"
platform-info = "2.0.3"
Expand All @@ -314,7 +314,7 @@ rand_core = "0.6.4"
rayon = "1.10"
redox_syscall = "0.5.1"
regex = "1.10.4"
rstest = "0.21.0"
rstest = "0.19.0"
rust-ini = "0.21.0"
same-file = "1.0.6"
self_cell = "1.0.4"
Expand Down Expand Up @@ -490,12 +490,7 @@ sha1 = { version = "0.10.6", features = ["std"] }
tempfile = { workspace = true }
time = { workspace = true, features = ["local-offset"] }
unindent = "0.2.3"
uucore = { workspace = true, features = [
"entries",
"mode",
"process",
"signals",
] }
uucore = { workspace = true, features = ["entries", "process", "signals"] }
walkdir = { workspace = true }
hex-literal = "0.4.1"
rstest = { workspace = true }
Expand Down

0 comments on commit 1aab195

Please sign in to comment.