diff options
| author | Emīls <emils@mullvad.net> | 2021-11-17 18:44:54 +0000 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2021-12-10 09:58:51 +0000 |
| commit | e7708083ebfd1e07ac48e70f030e27fce6c22b75 (patch) | |
| tree | 6927b165cf30d5a08fd957e2ac7ec6118645a47c | |
| parent | c18101cd98745ed74c65f11dd27a3bbc44d9be85 (diff) | |
| download | mullvadvpn-e7708083ebfd1e07ac48e70f030e27fce6c22b75.tar.xz mullvadvpn-e7708083ebfd1e07ac48e70f030e27fce6c22b75.zip | |
Use mullvad branch of trust-dns
| -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] |
