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