summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-02-12 09:55:18 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-02-12 09:55:18 +0100
commitd9c98dfdd3b679340ec60bd68611eecdfa5d790e (patch)
tree1b2d0ac0ec09f0c5f4c423185597d19ee4215586 /openpgp/Cargo.toml
parent7e2efad9bfd4cc331d2c2af4dbbedbab84d713b5 (diff)
openpgp: Bump quickcheck.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index d76ccdff..65638202 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -29,7 +29,7 @@ flate2 = { version = "1.0.1", optional = true }
lalrpop-util = "0.16"
memsec = "0.5.4"
nettle = "2.2"
-quickcheck = "0.7"
+quickcheck = "0.8"
rand = "0.6"
time = "0.1.40"