summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2018-12-17 22:23:46 +0100
committerNeal H. Walfield <neal@pep.foundation>2018-12-17 22:23:46 +0100
commit61980c77f2f34f6cbc829d25928e807c6bd1b6b9 (patch)
tree29bb6b5b72542acfeaeff774e40e237084d6dbf0 /openpgp
parent1570184a562dae47b940d3112a67933ff32d9768 (diff)
openpgp: Update version of time crate.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 58bf53a8..d93959c2 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -31,7 +31,7 @@ memsec = "0.5.4"
nettle = "2.0"
quickcheck = "0.7"
rand = "0.6"
-time = "0.1.38"
+time = "0.1.40"
[build-dependencies]
lalrpop = "0.16"