diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-07-03 10:30:24 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-07-03 11:33:32 +0200 |
| commit | ddf6df2a5bdfcba0b1e9731bf5bc48c07b4f4497 (patch) | |
| tree | 95cb6662f40d968432ea1db7b7e10cd38720b02c | |
| parent | daa700703a1e93c3d768fbbe3a36779bc0bd385c (diff) | |
| download | mullvadvpn-ddf6df2a5bdfcba0b1e9731bf5bc48c07b4f4497.tar.xz mullvadvpn-ddf6df2a5bdfcba0b1e9731bf5bc48c07b4f4497.zip | |
Update Cargo.lock
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index eef37d23e6..947439b3e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2018.1.0" +version = "2018.2.0-beta1" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2018.1.0" +version = "2018.2.0-beta1" dependencies = [ "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -837,7 +837,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2018.1.0" +version = "2018.2.0-beta1" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
