From cb60010d3d86e652ae87839ef16992670ef8e0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:36:49 +0000 Subject: 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] --- src/x509-info/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/x509-info/Cargo.toml') 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" -- cgit v1.2.3