Skip to content

Commit

Permalink
Merge pull request #205 from bee-san/dependabot/cargo/clap-4.1.8
Browse files Browse the repository at this point in the history
Bump clap from 4.1.7 to 4.1.8
  • Loading branch information
SkeletalDemise authored Mar 1, 2023
2 parents c816b6f + 7d8c775 commit ba876a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -18,7 +18,7 @@ path = "src/main.rs"
bench = false

[dependencies]
clap = {version = "4.1.7", features = ["derive"]}
clap = {version = "4.1.8", features = ["derive"]}
log = "0.4"
env_logger = "0.10.0"
base64 = "0.21.0"
Expand Down

0 comments on commit ba876a2

Please sign in to comment.