Skip to content

Commit

Permalink
Bump clap from 4.4.11 to 4.5.1 (#177)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 to 4.5.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.11...v4.5.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 9aa0fcf commit 336e1c3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
36 changes: 21 additions & 15 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 @@ -15,7 +15,7 @@ test = true
async-std = { version = "1.8.0", features = ["attributes"] }
async-trait = "0.1.74"
bincode = "1.3.3"
clap = { version = "4.4", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
config = "0.13.4"
derivative = "2.2"
derive_more = "0.99"
Expand Down

0 comments on commit 336e1c3

Please sign in to comment.