summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 13:30:49 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 13:30:49 +0200
commitbfe6634e6037322e27cf0d0acde16218d2f6174c (patch)
tree5f04b75a6df29d2a939fef27b0463fbcea54aebb /openpgp/Cargo.toml
parentd7985dfb8536d7612faa27e0bb65d2450d1c03b1 (diff)
Trim dependencies of crates 'rand' and 'quickcheck'.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index c93cef30..0a914fc3 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -33,8 +33,8 @@ lalrpop-util = "0.17"
lazy_static = "1.3"
memsec = "0.5.6"
nettle = "5.0.2"
-quickcheck = "0.8"
-rand = "0.6"
+quickcheck = { version = "0.8", default-features = false }
+rand = { version = "0.6", default-features = false }
time = "0.1.40"
sequoia-rfc2822 = { path = "../rfc2822", version = "0.9" }