summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/common/certificate/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/common/certificate/Cargo.toml b/crates/common/certificate/Cargo.toml
index 9581209e..4e9cb7af 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -9,7 +9,7 @@ rust-version = "1.58.1"
[dependencies]
rcgen = { version = "0.9", features = ["pem", "zeroize"] }
-sha-1 = "0.9"
+sha-1 = "0.10"
thiserror = "1.0"
time = "0.3"
x509-parser = "0.13"