summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-08-02 13:46:53 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-02 15:07:05 +0200
commit859f612736042c55e758e259f4d04fc6f2024a47 (patch)
tree071ddbacd95c3d3ba8c4943004b15927fe5569e1
parente0c7adecbf5e2fda357a58932364f1874c0fdbde (diff)
downloadmullvadvpn-859f612736042c55e758e259f4d04fc6f2024a47.tar.xz
mullvadvpn-859f612736042c55e758e259f4d04fc6f2024a47.zip
Remove unused dependencies from talpid-openvpn
-rw-r--r--Cargo.lock3
-rw-r--r--talpid-openvpn/Cargo.toml5
2 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 63b2860b48..19ad0bdab1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3665,8 +3665,6 @@ name = "talpid-openvpn"
version = "0.0.0"
dependencies = [
"async-trait",
- "bitflags",
- "cfg-if",
"duct",
"err-derive",
"futures",
@@ -3689,7 +3687,6 @@ dependencies = [
"tonic-build",
"triggered",
"uuid",
- "which",
"widestring 1.0.2",
"windows-sys 0.45.0",
"winreg",
diff --git a/talpid-openvpn/Cargo.toml b/talpid-openvpn/Cargo.toml
index af054617d0..4ffc49eaed 100644
--- a/talpid-openvpn/Cargo.toml
+++ b/talpid-openvpn/Cargo.toml
@@ -10,9 +10,7 @@ publish.workspace = true
[dependencies]
-bitflags = "1.2"
async-trait = "0.1"
-cfg-if = "1.0"
duct = "0.13"
err-derive = "0.3.1"
futures = "0.3.15"
@@ -36,9 +34,6 @@ triggered = "0.1.1"
tonic = { workspace = true }
prost = { workspace = true }
-[target.'cfg(target_os = "linux")'.dependencies]
-which = { version = "4.0", default-features = false }
-
[target.'cfg(windows)'.dependencies]
widestring = "1.0"
winreg = { version = "0.7", features = ["transactions"] }