From c24a17fdc0f1f673fdc96d3584eca4939f600d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:22:01 +0000 Subject: build(deps): bump clap from 4.5.4 to 4.5.8 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.8. - [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.4...v4.5.8) --- 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 d07f959..24f0478 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] anyhow = "1.0.82" chrono = {version = "0.4.38", features = ["clock"], default-features = false } -clap = {version = "4.5.4", features = ["derive", "cargo"]} +clap = {version = "4.5.8", features = ["derive", "cargo"]} rustls = {version = "0.23.8", features = ["ring"]} rustls-native-certs = "0.7.0" webpki-roots = "0.26.3" -- cgit v1.2.3