aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-22 10:18:44 -0700
committerGitHub <noreply@github.com>2024-04-22 10:18:44 -0700
commit767ebfcd7701ca0344d0d5d73c328c5163445562 (patch)
tree0466a8aaf1993e4ad3b671aa5d2295685afcd751 /src/x509-info/Cargo.toml
parentuse `add_trust_anchors` (diff)
parentbuild(deps): bump clap from 4.0.18 to 4.5.4 (diff)
downloadx-767ebfcd7701ca0344d0d5d73c328c5163445562.tar.gz
Merge pull request #8 from fcuny/dependabot/cargo/clap-4.5.4
build(deps): bump clap from 4.0.18 to 4.5.4
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"