aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 12:14:23 +0000
committerGitHub <noreply@github.com>2024-04-22 12:14:23 +0000
commitd9e0ff7ca0f8adfa47b8a091fc48f7454059ffc7 (patch)
tree0466a8aaf1993e4ad3b671aa5d2295685afcd751 /src/x509-info/Cargo.toml
parentuse `add_trust_anchors` (diff)
downloadx-d9e0ff7ca0f8adfa47b8a091fc48f7454059ffc7.tar.gz
build(deps): bump clap from 4.0.18 to 4.5.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.18 to 4.5.4. - [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.18...v4.5.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/x509-info/Cargo.toml')
-rw-r--r--src/x509-info/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml
index d600c8f..a91f126 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.20", features = ["clock"], default-features = false }
-clap = {version = "4.0.18", features = ["derive", "cargo"]}
+clap = {version = "4.5.4", features = ["derive", "cargo"]}
rustls = {version = "0.21.10", features = ["dangerous_configuration"]}
rustls-native-certs = "0.6.2"
webpki-roots = "0.22.5"