summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-04 11:16:32 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-04 11:16:39 +0100
commit7efc99f9398974d165b28ada818a9971cff0eadb (patch)
treeb9613d179ba60efa68bed220895a3381be7171b1
parenta390c4bef9dfa268162dfd04a0bb09c9673042e6 (diff)
Bump version of sha1collisiondetection.
- Fixes build on Windows.
-rw-r--r--Cargo.lock6
-rw-r--r--openpgp/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 416289c0..ae8b43ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2026,12 +2026,12 @@ dependencies = [
[[package]]
name = "sha1collisiondetection"
-version = "0.2.0"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d1e36ccfbc02df1642fcbd1e92345dd01dbe7199378f1852be1c18a130940593"
+checksum = "8b5c5bac82e1474cc9c934496c444da0e1ee7d55ae29e3e675c9a6c587daca5d"
dependencies = [
"digest 0.9.0",
- "generic-array 0.14.4",
+ "generic-array 0.12.3",
"libc",
]
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index c7182007..4b1c9463 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -38,7 +38,7 @@ libc = "0.2"
memsec = { version = "0.6", default-features = false }
nettle = { version = "7", optional = true }
regex = "1"
-sha1collisiondetection = { version = "0.2", default-features = false, features = ["std"] }
+sha1collisiondetection = { version = "0.2.2", default-features = false, features = ["std"] }
thiserror = "1"
backtrace = "0.3.46"
unicode-normalization = "0.1.9"