aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-23 15:02:36 +0000
committerJake McGinty <me@jake.su>2018-02-23 15:02:36 +0000
commitcd0cda8ec96ebc434fda0ca520da834655535a5e (patch)
treef0891da64fb047870132230a631bf1885929ccca /Cargo.lock
parentfinish up supporting the whole config protocol (diff)
downloadwireguard-rs-cd0cda8ec96ebc434fda0ca520da834655535a5e.tar.xz
wireguard-rs-cd0cda8ec96ebc434fda0ca520da834655535a5e.zip
use std::time instead of time crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2619e75..821d126 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1133,7 +1133,6 @@ dependencies = [
"structopt 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt-derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"subtle 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",