Browse Source

Bump clap from 4.5.0 to 4.5.1

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.1.
- [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/clap_complete-v4.5.0...clap_complete-v4.5.1)

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

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

8
Cargo.lock

@ -317,18 +317,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.5.0"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f"
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.0"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
dependencies = [
"anstream",
"anstyle",

2
acmed/Cargo.toml

@ -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"

2
tacd/Cargo.toml

@ -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"
Loading…
Cancel
Save