summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
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 /Cargo.lock
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 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e284d11659..70bea27236 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1244,7 +1244,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hickory-proto"
version = "0.24.0"
-source = "git+https://github.com/hickory-dns/hickory-dns?rev=9e8f8c67fbcb6d2985503027362a3fb022529802#9e8f8c67fbcb6d2985503027362a3fb022529802"
+source = "git+https://github.com/mullvad/hickory-dns?rev=9e8f8c67fbcb6d2985503027362a3fb022529802#9e8f8c67fbcb6d2985503027362a3fb022529802"
dependencies = [
"async-recursion",
"async-trait",
@@ -1269,7 +1269,7 @@ dependencies = [
[[package]]
name = "hickory-resolver"
version = "0.24.0"
-source = "git+https://github.com/hickory-dns/hickory-dns?rev=9e8f8c67fbcb6d2985503027362a3fb022529802#9e8f8c67fbcb6d2985503027362a3fb022529802"
+source = "git+https://github.com/mullvad/hickory-dns?rev=9e8f8c67fbcb6d2985503027362a3fb022529802#9e8f8c67fbcb6d2985503027362a3fb022529802"
dependencies = [
"cfg-if",
"futures-util",
@@ -1290,7 +1290,7 @@ dependencies = [
[[package]]
name = "hickory-server"
version = "0.24.0"
-source = "git+https://github.com/hickory-dns/hickory-dns?rev=9e8f8c67fbcb6d2985503027362a3fb022529802#9e8f8c67fbcb6d2985503027362a3fb022529802"
+source = "git+https://github.com/mullvad/hickory-dns?rev=9e8f8c67fbcb6d2985503027362a3fb022529802#9e8f8c67fbcb6d2985503027362a3fb022529802"
dependencies = [
"async-trait",
"bytes",