summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-11-27 15:30:06 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-11-27 15:31:51 +0100
commit2def442c97f007f912395588c6d0bad016597e17 (patch)
treefadca7206f1326448ce3abc017db6360e281f191 /Cargo.lock
parentfb1cbfb34ad0a895c449a9bcdcf9c8f5e9298fd9 (diff)
openpgp: Drop dependency on the digest crate.
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 b8503533..416289c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1893,7 +1893,6 @@ dependencies = [
"buffered-reader",
"bzip2",
"chrono",
- "digest 0.9.0",
"dyn-clone",
"ed25519-dalek",
"flate2",
@@ -2027,11 +2026,12 @@ dependencies = [
[[package]]
name = "sha1collisiondetection"
-version = "0.1.0"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c6df2f0600b061bab243ef94c8d077332f2991c232bf44a5e91d0c401523f514"
+checksum = "d1e36ccfbc02df1642fcbd1e92345dd01dbe7199378f1852be1c18a130940593"
dependencies = [
"digest 0.9.0",
+ "generic-array 0.14.4",
"libc",
]