diff options
| -rw-r--r-- | talpid-core/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index ee949d27d5..86c0204ca2 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -32,10 +32,7 @@ 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-resolver = "0.20.3" -trust-dns-server = { features = [ "trust-dns-resolver" ], path = "/Users/emilspinkis/src/trust-dns/crates/server" } -# trust-dns-client = "0.20.3" -# trust-dns-proto = "0.20.3" +trust-dns-server = { git = "https://github.com/mullvad/trust-dns", rev = "c782de0645335d1893a854337b965dd07790c068", features = [ "trust-dns-resolver" ] } socket2 = { git = "https://github.com/rust-lang/socket2", rev = "f7023b4c810eb7b0fedf23a1752461c41765c797", features = [ "all" ] } [target.'cfg(not(target_os="android"))'.dependencies] |
