summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--talpid-core/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 18b33fbb0b..0d92ee8b8b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2508,7 +2508,6 @@ dependencies = [
"nftnl",
"nix 0.19.1",
"notify",
- "openvpn-plugin",
"os_pipe",
"parity-tokio-ipc",
"parking_lot",
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index a7166a981a..a08065a36e 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -34,7 +34,6 @@ udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "1e27324
[target.'cfg(not(target_os="android"))'.dependencies]
-openvpn-plugin = { version = "0.4", features = ["serde", "auth-failed-event"] }
parity-tokio-ipc = "0.9"
triggered = "0.1.1"
tonic = "0.5"