summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-11-24 10:51:25 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-11-24 10:51:25 +0100
commit7427474e69c8df2def191c9895a5c3bfab72429d (patch)
treee4e56164e884bea952856c696de99c99ee7591c8 /openpgp/Cargo.toml
parent333d8c3d9e18560a423a1caed857303206c52de2 (diff)
openpgp: Avoid direct dependency on generic-array.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index bcb8decf..20f48737 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -32,7 +32,6 @@ bzip2 = { version = "0.4", optional = true }
digest = "0.9"
dyn-clone = "1"
flate2 = { version = "1.0.1", optional = true }
-generic-array = "0.14"
idna = "0.2"
lalrpop-util = "0.19"
lazy_static = "1.3"