Browse Source

Bump clap from 4.4.12 to 4.4.13

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.12 to 4.4.13.
- [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.4.12...v4.4.13)

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

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

4
Cargo.lock

@ -317,9 +317,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.4.12"
version = "4.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]

2
acmed/Cargo.toml

@ -25,7 +25,7 @@ acme_common = { path = "../acme_common" }
async-lock = "3.0" async-lock = "3.0"
async-process = "2.0" async-process = "2.0"
bincode = "1.3" bincode = "1.3"
clap = { version = "4.0", features = ["string"] }
clap = { version = "4.4", features = ["string"] }
futures = "0.3" futures = "0.3"
glob = "0.3" glob = "0.3"
log = "0.4" log = "0.4"

2
tacd/Cargo.toml

@ -22,7 +22,7 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored"]
[dependencies] [dependencies]
acme_common = { path = "../acme_common" } acme_common = { path = "../acme_common" }
anyhow = "1.0" anyhow = "1.0"
clap = { version = "4.0", features = ["string"] }
clap = { version = "4.4", features = ["string"] }
log = "0.4" log = "0.4"
openssl = "0.10" openssl = "0.10"
thiserror = "1.0" thiserror = "1.0"
Loading…
Cancel
Save