summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-11-20 19:02:34 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-21 16:25:30 +0100
commitb251f9e8857fba284f515061ac62013519997e30 (patch)
tree8cb3501b8cb32e43496e56dd76446ba7559c7eed /store/Cargo.toml
parent13c437470cc7377d7b761b5bb9b8d4efb0ba385e (diff)
openpgp: Replace time crate with std::time.
- In sq and sqv, use chrono to interface with the user. - Fixes #341.
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 2389ea4a..d3eb0272 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -36,7 +36,6 @@ failure = "0.1.2"
futures = "0.1.17"
rand = { version = "0.7", default-features = false }
rusqlite = "0.19"
-time = "0.1.38"
tokio-core = "0.1.10"
tokio-io = "0.1.4"