diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-11-28 08:19:40 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-11-28 08:19:40 +0100 |
| commit | 96dbc3e8ba1d5478bad5fbda7ff0a9e92e7ee4f1 (patch) | |
| tree | bc1494bbad8c114dd490494cc52794a60624cb87 /Cargo.lock | |
| parent | c21825964986a3759d1bc103a6184aff9887f7c4 (diff) | |
| parent | 07104a432eb71e4ce1cd22f1c262d61fc0050378 (diff) | |
| download | mullvadvpn-96dbc3e8ba1d5478bad5fbda7ff0a9e92e7ee4f1.tar.xz mullvadvpn-96dbc3e8ba1d5478bad5fbda7ff0a9e92e7ee4f1.zip | |
Merge branch 'redact-ips-and-mac'
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 69ceab80f7..bb9982afc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,6 +684,7 @@ dependencies = [ "mullvad-rpc 0.1.0", "mullvad-types 0.1.0", "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
