Skip to content

Commit

Permalink
Bump clap from 3.2.22 to 4.4.18
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.4.18.
- [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...v4.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent a5f0de4 commit 976dc0c
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 68 deletions.
142 changes: 75 additions & 67 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.78", features = ["backtrace"] }
clap = { version = "3.2.22", features = ["derive", "env"] }
clap = { version = "4.4.18", features = ["derive", "env"] }
lambda_runtime = "0.9.1"
log = "0.4.20"
onetun = { version = "0.3.4", default-features = false }
Expand Down

0 comments on commit 976dc0c

Please sign in to comment.