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. --- sqv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqv/Cargo.toml') diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml index 16375e04..90cad18d 100644 --- a/sqv/Cargo.toml +++ b/sqv/Cargo.toml @@ -22,9 +22,9 @@ maintenance = { status = "actively-developed" } [dependencies] sequoia-openpgp = { path = "../openpgp", version = "0.11", default-features = false } +chrono = "0.4" clap = "2.32.0" failure = "0.1.2" -time = "0.1.38" [build-dependencies] clap = "2.27.1" -- cgit v1.2.3