summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--crates/common/certificate/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 639c5efd..d14ae734 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -516,7 +516,7 @@ dependencies = [
"base64",
"pem",
"rcgen",
- "sha-1 0.9.8",
+ "sha-1 0.10.0",
"thiserror",
"time",
"x509-parser",
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"