Skip to content

Commit

Permalink
Merge pull request #253 from gifnksm/dependabot/cargo/clap-4.3.15
Browse files Browse the repository at this point in the history
Bump clap from 4.3.11 to 4.3.15
  • Loading branch information
gifnksm authored Jul 18, 2023
2 parents f5f1c91 + 4d832bf commit c9c1245
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -28,7 +28,7 @@ github-actions = { workflows = ["ci.yml"] }
codecov = true

[dependencies]
clap = { version = "4.3.11", features = ["derive", "env"] }
clap = { version = "4.3.15", features = ["derive", "env"] }
color-eyre = "0.6.2"
directories = "5.0.1"
git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] }
Expand Down

0 comments on commit c9c1245

Please sign in to comment.