diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-24 20:36:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-24 20:36:49 +0000 |
| commit | cb60010d3d86e652ae87839ef16992670ef8e0d9 (patch) | |
| tree | b4506ed6323b4755e21796b1348f31551089e04d /src/x509-info | |
| parent | build(deps): bump actions/checkout from 2 to 3 (diff) | |
| download | x-cb60010d3d86e652ae87839ef16992670ef8e0d9.tar.gz | |
build(deps): bump clap from 4.0.17 to 4.0.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.17 to 4.0.18.
- [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.0.17...v4.0.18)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/x509-info')
| -rw-r--r-- | src/x509-info/Cargo.lock | 8 | ||||
| -rw-r--r-- | src/x509-info/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/x509-info/Cargo.lock b/src/x509-info/Cargo.lock index d728988..e00923a 100644 --- a/src/x509-info/Cargo.lock +++ b/src/x509-info/Cargo.lock @@ -114,9 +114,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.17" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06badb543e734a2d6568e19a40af66ed5364360b9226184926f89d229b4b4267" +checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b" dependencies = [ "atty", "bitflags", @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.13" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad" +checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" dependencies = [ "heck", "proc-macro-error", diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml index 1cfac68..5f92f1b 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] chrono = "0.4" -clap = {version = "4.0.8", features = ["derive", "cargo"]} +clap = {version = "4.0.18", features = ["derive", "cargo"]} rustls = "0.20.7" rustls-native-certs = "0.6.2" webpki-roots = "0.22.5" |
