From b251f9e8857fba284f515061ac62013519997e30 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 20 Nov 2019 19:02:34 +0100 Subject: openpgp: Replace time crate with std::time. - In sq and sqv, use chrono to interface with the user. - Fixes #341. --- store/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'store/Cargo.toml') 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" -- cgit v1.2.3