aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
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 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"