diff options
| author | Emīls <emils@mullvad.net> | 2020-06-11 23:23:43 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2020-06-25 15:21:31 +0100 |
| commit | b7bbbb05fe4a44fdb87cd9d8842fa96956f12c3f (patch) | |
| tree | f58b85d2cf8002ef27276188145bdd7d890afdf3 /Cargo.lock | |
| parent | 4b1598cb864faf20103af546e055f52b2d6917bc (diff) | |
| download | mullvadvpn-b7bbbb05fe4a44fdb87cd9d8842fa96956f12c3f.tar.xz mullvadvpn-b7bbbb05fe4a44fdb87cd9d8842fa96956f12c3f.zip | |
Parse version info to check if version is too new
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 bb0f1c8344..ed008e0bec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,6 +1520,7 @@ dependencies = [ "ipnetwork 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "mullvad-types 0.1.0", + "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-types 0.1.0", |
