Skip to content

Commit

Permalink
Bump clap from 3.2.22 to 4.5.16
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.5.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.22...clap_complete-v4.5.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 1af5e8b commit c78ad9d
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 75 deletions.
163 changes: 89 additions & 74 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
clap = { version = "3.2.22", features = ["derive", "env"] }
clap = { version = "4.5.16", features = ["derive", "env"] }
lambda_runtime = "0.11.2"
log = "0.4.21"
onetun = { version = "0.3.4", default-features = false }
Expand Down

0 comments on commit c78ad9d

Please sign in to comment.