Skip to content

Commit

Permalink
Merge pull request #286 from BrianHicks/dependabot/cargo/clap-4.5.21
Browse files Browse the repository at this point in the history
Bump clap from 4.5.20 to 4.5.21
  • Loading branch information
BrianHicks authored Nov 18, 2024
2 parents be7f999 + a71a8f2 commit 0b542dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Format GitHub review requests for use in an xbar script"

[dependencies]
anyhow = "1.0.93"
clap = { version = "4.5.20", features = [ "std", "color", "suggestions", "derive", "cargo", "wrap_help", "env" ] }
clap = { version = "4.5.21", features = [ "std", "color", "suggestions", "derive", "cargo", "wrap_help", "env" ] }
env_logger = "0.10.2"
log = "0.4.22"
reqwest = { version = "0.12.9", features = [ "blocking", "json" ] }
Expand Down

0 comments on commit 0b542dd

Please sign in to comment.