summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-05-17 23:18:03 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-05-17 23:47:50 +0200
commit37008e9c8b925ce541412d3a57c25d310af88bb9 (patch)
tree771632b1ddd20fb84689a3fd62603b6742482b06 /Cargo.lock
parent8ae82dc89a1d3e1acabad540cbbdd9db56add29e (diff)
tool: Support setting the expiration time on new keys
- Add an option to set the expiration time: --expiry
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 78c80361..a6ebb3fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1684,6 +1684,7 @@ dependencies = [
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-core 0.7.0",