summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-16 13:40:04 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-16 13:40:04 +0100
commitc74da7d3ebed0fd04d6d233e815537f73b2f03b8 (patch)
treebcaf551b9c1cece972454708119d00f71388bbd9 /openpgp
parentb0679185160304f20c91e719dd4c8499536c2daf (diff)
openpgp: Bump sha1collisiondetection to 0.2.3.
- Fixes build on architectures with unsigned chars.
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 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"