diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-05-06 13:47:15 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-05-06 18:33:06 +0200 |
| commit | c9dfec0bcd9d1ba9663e6bf08407440598e896c6 (patch) | |
| tree | 6060ff245ad04a05bbe0c6fc06f1137ecf84e0e1 /Cargo.lock | |
| parent | c2fa456471a592d9cb96f4f8d8281fee9a93cddd (diff) | |
| download | mullvadvpn-c9dfec0bcd9d1ba9663e6bf08407440598e896c6.tar.xz mullvadvpn-c9dfec0bcd9d1ba9663e6bf08407440598e896c6.zip | |
Bring in version bump from 2020.4-beta4
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 39d9181646..40d529824b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1344,7 +1344,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2020.4.0-beta3" +version = "2020.4.0-beta4" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1365,7 +1365,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2020.4.0-beta3" +version = "2020.4.0-beta4" dependencies = [ "android_logger 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1442,9 +1442,9 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log-panics 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "mullvad-daemon 2020.4.0-beta3", + "mullvad-daemon 2020.4.0-beta4", "mullvad-paths 0.1.0", - "mullvad-problem-report 2020.4.0-beta3", + "mullvad-problem-report 2020.4.0-beta4", "mullvad-rpc 0.1.0", "mullvad-types 0.1.0", "talpid-core 0.1.0", @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2020.4.0-beta3" +version = "2020.4.0-beta4" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2020.4.0-beta3" +version = "2020.4.0-beta4" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2785,7 +2785,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2020.4.0-beta3" +version = "2020.4.0-beta4" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
