Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 1, 2022
1 parent 01fb12f commit 164c83c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 = "0.2.17"
clap = { version = "3.1.13", features = ["derive", "unicode"], optional = true }
clap = { version = "3.1.14", features = ["derive", "unicode"], optional = true }
colorgrad = "0.5.0"
fastrand = "1.7.0"
unicode-segmentation = "1.9.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 = "3.1.13", features = ["derive", "unicode"], optional = true }
clap = { version = "3.1.14", features = ["derive", "unicode"], optional = true }
hyphenation = "0.8.4"
textwrap = { version = "0.15.0", features = ["hyphenation"] }
unicode-width = "0.1.9"
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.5.0"
thiserror = "1.0.31"

# Binary
clap = { version = "3.1.13", features = ["derive", "unicode"], optional = true }
clap = { version = "3.1.14", features = ["derive", "unicode"], optional = true }
directories = { version = "4.0.1", optional = true }

# Download
Expand Down

0 comments on commit 164c83c

Please sign in to comment.