Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 66f7c08 commit e9b3599
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 acmed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ acme_common = { path = "../acme_common" }
async-lock = "3.0"
async-process = "2.0"
bincode = "1.3"
clap = { version = "4.0", features = ["string"] }
clap = { version = "4.5", features = ["string"] }
futures = "0.3"
glob = "0.3"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion tacd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored"]
[dependencies]
acme_common = { path = "../acme_common" }
anyhow = "1.0"
clap = { version = "4.0", features = ["string"] }
clap = { version = "4.5", features = ["string"] }
log = "0.4"
openssl = "0.10"
thiserror = "1.0"

0 comments on commit e9b3599

Please sign in to comment.