summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-09-16 19:58:28 +0100
committerEmīls Piņķis <emils@mullvad.net>2019-09-17 09:53:56 +0100
commit40abfa94dc965ac54bec658d8a06a4d1be68fc67 (patch)
treed7e91f5ce51f158395642abf54b9c7f968db8b76 /Cargo.lock
parente3596cc4f8e8b3d37e780ec7c23b3cffe375fc7b (diff)
downloadmullvadvpn-40abfa94dc965ac54bec658d8a06a4d1be68fc67.tar.xz
mullvadvpn-40abfa94dc965ac54bec658d8a06a4d1be68fc67.zip
Display age of creation for WireGuard key in CLI
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 027bb556f1..78ab2aac80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1183,6 +1183,7 @@ name = "mullvad-cli"
version = "2019.7.0"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",