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