diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-08-19 10:54:20 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-08-20 12:02:58 +0200 |
| commit | ba6d56a7c5bcbfb8bb35adc50abfc94daf898671 (patch) | |
| tree | ee946e1784f1cae2cf0e17e14a7d15922a424387 /Cargo.lock | |
| parent | 435b8571210dd8bb7e5bad5f54f487037a35ba4c (diff) | |
| download | mullvadvpn-ba6d56a7c5bcbfb8bb35adc50abfc94daf898671.tar.xz mullvadvpn-ba6d56a7c5bcbfb8bb35adc50abfc94daf898671.zip | |
Move MTU helpers to talpid-net crate
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6c25a0ade8..f9fa547879 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3946,6 +3946,16 @@ dependencies = [ ] [[package]] +name = "talpid-net" +version = "0.0.0" +dependencies = [ + "libc", + "log", + "socket2", + "talpid-types", +] + +[[package]] name = "talpid-openvpn" version = "0.0.0" dependencies = [ @@ -4128,6 +4138,7 @@ dependencies = [ "socket2", "surge-ping", "talpid-dbus", + "talpid-net", "talpid-routing", "talpid-tunnel", "talpid-tunnel-config-client", |
