Skip to content

Commit

Permalink
Bump clap from 4.4.14 to 4.4.17
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.14 to 4.4.17.
- [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.14...v4.4.17)

---
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 Jan 16, 2024
1 parent 688de5b commit 04cfa98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 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.4", 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.4", features = ["string"] }
log = "0.4"
openssl = "0.10"
thiserror = "1.0"

0 comments on commit 04cfa98

Please sign in to comment.