summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--openpgp/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1734bf38..b974f016 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2122,9 +2122,9 @@ dependencies = [
[[package]]
name = "sha1collisiondetection"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b5c5bac82e1474cc9c934496c444da0e1ee7d55ae29e3e675c9a6c587daca5d"
+checksum = "d7a6cf187c4059b3e63de2358b7e2f9a2261b6f3fd8ef4e7342308d0863ed082"
dependencies = [
"digest 0.9.0",
"generic-array 0.14.4",
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 05805ad6..678f9ecb 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -38,7 +38,7 @@ libc = "0.2.66"
memsec = { version = ">=0.5", default-features = false }
nettle = { version = "7", optional = true }
regex = "1"
-sha1collisiondetection = { version = "0.2.2", default-features = false, features = ["std"] }
+sha1collisiondetection = { version = "0.2.3", default-features = false, features = ["std"] }
thiserror = "1.0.2"
backtrace = "0.3.3"
unicode-normalization = "0.1.9"