summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-03-18 10:36:23 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-03-18 18:13:19 +0100
commit4d530d60a39d060ec63a25d40a51e8a6666b9da2 (patch)
treead1cedff02b9b0b33f707dd903a2c91df8b1543f
parentbcc50960a73d36224948d5b953cc8e2023ee3371 (diff)
downloadmullvadvpn-4d530d60a39d060ec63a25d40a51e8a6666b9da2.tar.xz
mullvadvpn-4d530d60a39d060ec63a25d40a51e8a6666b9da2.zip
Add hickory-dns to allowed git dependencies
-rw-r--r--deny.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 670878ac4d..dc4e883844 100644
--- a/deny.toml
+++ b/deny.toml
@@ -106,7 +106,8 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# If we need to temporarily depend on a git repository in our Rust dependency tree,
# it has to be added here. We should try to keep this list minimal. Having git
# dependencies is not recommended.
-allow-git = []
+# TODO: Remove git dependency for hickory-dns after new release
+allow-git = ["https://github.com/hickory-dns/hickory-dns"]
[sources.allow-org]
# 1 or more github.com organizations to allow git sources for