summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2021-12-13 16:51:18 +0000
committerEmīls Piņķis <emils@mullvad.net>2021-12-13 16:51:18 +0000
commite47011f2226c6b5976a6937caa9f86ded992e764 (patch)
tree74bbf848a3325e00b3cd09a961f417a58750601e
parenta6d3162acd8dd99984dc81938357424ce9f3ff1d (diff)
parentda67acee82c4fcb2acef281a435454e791b0e296 (diff)
downloadmullvadvpn-e47011f2226c6b5976a6937caa9f86ded992e764.tar.xz
mullvadvpn-e47011f2226c6b5976a6937caa9f86ded992e764.zip
Merge branch 'fix-trust-dns-dependency'
-rw-r--r--talpid-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 46f011a881..d10620f565 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -32,7 +32,6 @@ tokio = { version = "1.8", features = [ "process", "rt-multi-thread", "fs" ] }
tokio-stream = { version = "0.1", features = [ "io-util" ] }
rand = "0.7"
udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "1e27324362ed123b61fa2062b1599e5f9d569796" }
-trust-dns-server = { git = "https://github.com/mullvad/trust-dns", rev = "c782de0645335d1893a854337b965dd07790c068", features = [ "trust-dns-resolver" ] }
socket2 = { version = "0.4.2", features = [ "all" ] }
[target.'cfg(not(target_os="android"))'.dependencies]
@@ -71,6 +70,7 @@ internet-checksum = "0.2"
either = "1"
pfctl = "0.4.4"
system-configuration = "0.4"
+trust-dns-server = { git = "https://github.com/mullvad/trust-dns", rev = "c782de0645335d1893a854337b965dd07790c068", features = [ "trust-dns-resolver" ] }
tun = "0.5.1"
subslice = "0.2"