diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-07 16:47:09 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 10:00:32 +0200 |
| commit | 0598b6f921840dbd06057da01d5f70749754781d (patch) | |
| tree | 7c08b8a1711211f9c6edc2c34d6bb6029b19943e | |
| parent | 0e4f7c3665c8704a29a31cad0875a93d2b1cb20f (diff) | |
| download | mullvadvpn-0598b6f921840dbd06057da01d5f70749754781d.tar.xz mullvadvpn-0598b6f921840dbd06057da01d5f70749754781d.zip | |
Update Cargo.lock
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7fd6a496da..0de80b44fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,6 +366,7 @@ dependencies = [ "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "mullvad_types 0.1.0", "serde 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "talpid_ipc 0.1.0", @@ -385,6 +386,7 @@ dependencies = [ "jsonrpc-ws-server 7.0.1 (git+https://github.com/paritytech/jsonrpc)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "mullvad_types 0.1.0", "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)", "simple-signal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -394,6 +396,14 @@ dependencies = [ ] [[package]] +name = "mullvad_types" +version = "0.1.0" +dependencies = [ + "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)", +] + +[[package]] name = "net2" version = "0.2.29" source = "registry+https://github.com/rust-lang/crates.io-index" |
