Browse Source

Bump clap from 4.2.2 to 4.2.3

Bumps [clap](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.2.2...v4.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/91/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
03b03abebd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      acmed/Cargo.toml
  3. 2
      tacd/Cargo.toml

8
Cargo.lock

@ -242,18 +242,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.2.2"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a"
checksum = "49f9152d70e42172fdb87de2efd7327160beee37886027cf86f30a233d5b30b4"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.2.2"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6"
checksum = "e067b220911598876eb55d52725ddcc201ffe3f0904018195973bc5b012ea2ca"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

2
acmed/Cargo.toml

@ -24,7 +24,7 @@ acme_common = { path = "../acme_common" }
async-lock = "2.6" async-lock = "2.6"
async-process = "1.6" async-process = "1.6"
bincode = "1.3" bincode = "1.3"
clap = { version = "4.0", features = ["string"] }
clap = { version = "4.2", features = ["string"] }
futures = "0.3" futures = "0.3"
glob = "0.3" glob = "0.3"
log = "0.4" log = "0.4"

2
tacd/Cargo.toml

@ -20,6 +20,6 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored"]
[dependencies] [dependencies]
acme_common = { path = "../acme_common" } acme_common = { path = "../acme_common" }
clap = { version = "4.0", features = ["string"] }
clap = { version = "4.2", features = ["string"] }
log = "0.4" log = "0.4"
openssl = "0.10" openssl = "0.10"
Loading…
Cancel
Save