diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-07-03 15:15:25 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-07-03 15:15:25 +0200 |
| commit | 89f356eeb69697c9f98d565efd152dd2a616ed30 (patch) | |
| tree | 9df272c4e5622ed95599a3733ff5a113bf2396a8 /talpid-openvpn | |
| parent | 64c6fb4974247ec51894ac91ef42fc6f12a4e30f (diff) | |
| download | mullvadvpn-89f356eeb69697c9f98d565efd152dd2a616ed30.tar.xz mullvadvpn-89f356eeb69697c9f98d565efd152dd2a616ed30.zip | |
Remove usused byteorder dependency
Diffstat (limited to 'talpid-openvpn')
| -rw-r--r-- | talpid-openvpn/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid-openvpn/Cargo.toml b/talpid-openvpn/Cargo.toml index 3fb3e847b1..dcab157677 100644 --- a/talpid-openvpn/Cargo.toml +++ b/talpid-openvpn/Cargo.toml @@ -29,7 +29,6 @@ tokio = { version = "1.8", features = ["process", "rt-multi-thread", "fs"] } shadowsocks-service = { git = "https://github.com/mullvad/shadowsocks-rust", rev = "c45980bb22d0d50ac888813c59a1edf0cff14a36", features = [ "local", "stream-cipher" ] } [target.'cfg(not(target_os="android"))'.dependencies] -byteorder = "1" socket2 = { version = "0.4.2", features = ["all"] } parity-tokio-ipc = "0.9" triggered = "0.1.1" |
