diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-08-27 13:25:50 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-08-30 16:45:46 -0300 |
| commit | d818ff9c4ec54540bf10b09d9668eb7ad33336a5 (patch) | |
| tree | 784d4517a079fc1f2088b4dac628daca26ada58f /Cargo.lock | |
| parent | d3c677dd27415c37b8e0c353ce8e752605f71b5d (diff) | |
| download | mullvadvpn-d818ff9c4ec54540bf10b09d9668eb7ad33336a5.tar.xz mullvadvpn-d818ff9c4ec54540bf10b09d9668eb7ad33336a5.zip | |
Replace `DaemonState` with `TunnelStateTransition`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5a1b732b08..699e31e4a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1024,10 +1024,10 @@ dependencies = [ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "mullvad-ipc-client 0.1.0", "mullvad-paths 0.1.0", - "mullvad-types 0.1.0", "notify 4.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "openvpn-plugin 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-ipc 0.1.0", + "talpid-types 0.1.0", "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] |
