Skip to content

Commit

Permalink
Merge pull request #5 from ASleepyCat/dependabot/cargo/clap-4.3.19
Browse files Browse the repository at this point in the history
Bump clap from 4.3.15 to 4.3.19
  • Loading branch information
ASleepyCat committed Jul 25, 2023
2 parents cc1e527 + 91c5bfe commit 1822e1e
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 @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.3.5", features = ["derive", "env"] }
clap = { version = "4.3.19", features = ["derive", "env"] }
dialoguer = "0.10.4"
home = "0.5.4"
regex = "1.8.1"
Expand Down

0 comments on commit 1822e1e

Please sign in to comment.