summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-21 09:35:58 +0000
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-21 13:46:10 +0200
commita937b161b3634399fc8d1c1609e9734bc2ab93f7 (patch)
treec4dd90a85270e83755ef31c664a1094dd4e8ed24
parentf94d022918b11837993506d67548062c0db82ce5 (diff)
Bump sha-1 from 0.9.8 to 0.10.0
Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.8...sha-1-v0.10.0) --- updated-dependencies: - dependency-name: sha-1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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"