diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-10-26 09:38:10 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-11-02 09:20:09 +0100 |
| commit | e543bd104d08e0838d177e10da45962ee25aa42c (patch) | |
| tree | 6da3507544b30de22158131ff239df8c2a8e9157 /Cargo.lock | |
| parent | d6eaa0a95d07fd1105ff37e71472edc6d3c07392 (diff) | |
| download | mullvadvpn-e543bd104d08e0838d177e10da45962ee25aa42c.tar.xz mullvadvpn-e543bd104d08e0838d177e10da45962ee25aa42c.zip | |
Set the tunnel port and protocol over the API
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index d0c58be2c7..1e8207732a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,13 +681,14 @@ dependencies = [ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "mullvad-rpc 0.1.0", "mullvad-types 0.1.0", + "rand 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "simple-signal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-core 0.1.0", "talpid-ipc 0.1.0", "talpid-types 0.1.0", - "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1410,14 +1411,6 @@ dependencies = [ ] [[package]] -name = "toml" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] name = "unicase" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1689,7 +1682,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" "checksum tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc" "checksum tokio-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d88e411cac1c87e405e4090be004493c5d8072a370661033b1a64ea205ec2e13" -"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e" "checksum unicase 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e01da42520092d0cd2d6ac3ae69eb21a22ad43ff195676b86f8c37f487d6b80" "checksum unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a6a2c4e3710edd365cd7e78383153ed739fa31af19f9172f72d3575060f5a43a" "checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f" |
