summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-03-22 15:55:08 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-03-26 09:26:45 +0100
commit7baae701c86e8d52589e993ad3a40d43717f97aa (patch)
treeedd38b478946281a897232b699064e7f8ea1bfc6 /talpid-core
parentce9ab55013a23b065526376b53e906ce8aef3784 (diff)
downloadmullvadvpn-7baae701c86e8d52589e993ad3a40d43717f97aa.tar.xz
mullvadvpn-7baae701c86e8d52589e993ad3a40d43717f97aa.zip
Point the hickory-dns dependency to our own fork of the repo
We should avoid depending on git repositories outside our own control. The hickory-dns organization or repository can go away at any point in time. That will make it way harder to re-build old versions of the app.
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 8883aa4727..da10c68513 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -51,8 +51,8 @@ duct = "0.13"
pfctl = "0.4.4"
subslice = "0.2"
system-configuration = "0.5.1"
-hickory-proto = { git = "https://github.com/hickory-dns/hickory-dns", rev = "9e8f8c67fbcb6d2985503027362a3fb022529802" }
-hickory-server = { git = "https://github.com/hickory-dns/hickory-dns", rev = "9e8f8c67fbcb6d2985503027362a3fb022529802", features = ["resolver"] }
+hickory-proto = { git = "https://github.com/mullvad/hickory-dns", rev = "9e8f8c67fbcb6d2985503027362a3fb022529802" }
+hickory-server = { git = "https://github.com/mullvad/hickory-dns", rev = "9e8f8c67fbcb6d2985503027362a3fb022529802", features = ["resolver"] }
[target.'cfg(windows)'.dependencies]
bitflags = "1.2"