summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parenta390c4bef9dfa268162dfd04a0bb09c9673042e6 (diff)
Bump version of sha1collisiondetection.
- Fixes build on Windows.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 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",
]