Skip to content

Commit

Permalink
build(deps): update rust crate clap to 4.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent d0eb38c commit b75ad17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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 lcat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = ["clap"]

[dependencies]
bstr = "1.11.3"
clap = { version = "4.5.27", features = ["derive", "wrap_help"], optional = true }
clap = { version = "4.5.28", features = ["derive", "wrap_help"], optional = true }
colorgrad = { version = "0.7.0", default-features = false, features = ["preset"] }
fastrand = "2.3.0"
unicode-segmentation = "1.12.0"
Expand Down
2 changes: 1 addition & 1 deletion lcowsay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default = ["build-binary"]
build-binary = ["lcat", "clap"]

[dependencies]
clap = { version = "4.5.27", features = ["derive", "wrap_help"], optional = true }
clap = { version = "4.5.28", features = ["derive", "wrap_help"], optional = true }
hyphenation = "0.8.4"
textwrap = { version = "0.16.1", features = ["hyphenation"] }
unicode-width = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lolcow-fortune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ memchr = "2.7.4"
thiserror = "2.0.11"

# Binary
clap = { version = "4.5.27", features = ["derive", "wrap_help"], optional = true }
clap = { version = "4.5.28", features = ["derive", "wrap_help"], optional = true }
directories = { version = "6.0.0", optional = true }

# Download
Expand Down

0 comments on commit b75ad17

Please sign in to comment.