summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-09-11 08:11:02 +0200
committerErik Larkö <erik@mullvad.net>2017-09-13 07:32:26 +0200
commitef3413289fe3690335474efae8a8433b6e0b0acd (patch)
tree42ab6363e77f55d39631f68dcbf5fa6a5ac1448f /Cargo.lock
parent6f0b92ab5ed6d6b12664a052425dd94918e1110d (diff)
downloadmullvadvpn-ef3413289fe3690335474efae8a8433b6e0b0acd.tar.xz
mullvadvpn-ef3413289fe3690335474efae8a8433b6e0b0acd.zip
Review fixes
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4258357e9f..fc8263b78d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -681,6 +681,8 @@ name = "mullvad-types"
version = "0.1.0"
dependencies = [
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"talpid-types 0.1.0",