summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parentb0679185160304f20c91e719dd4c8499536c2daf (diff)
openpgp: Bump sha1collisiondetection to 0.2.3.
- Fixes build on architectures with unsigned chars.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 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",