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/Cargo.lock | |
| 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 '')
| -rw-r--r-- | src/x509-info/Cargo.lock | 8 |
1 files changed, 4 insertions, 4 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", |
