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. --- openpgp-ffi/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'openpgp-ffi/Cargo.toml') diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml index 6e2f5bff..0fc86188 100644 --- a/openpgp-ffi/Cargo.toml +++ b/openpgp-ffi/Cargo.toml @@ -29,7 +29,6 @@ lazy_static = "1.0.0" libc = "0.2.33" memsec = "0.5.6" nettle = "5.0" -time = "0.1.40" [dev-dependencies] filetime = "0.2" -- cgit v1.2.3