diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-03-18 10:36:23 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-03-18 18:13:19 +0100 |
| commit | 4d530d60a39d060ec63a25d40a51e8a6666b9da2 (patch) | |
| tree | ad1cedff02b9b0b33f707dd903a2c91df8b1543f | |
| parent | bcc50960a73d36224948d5b953cc8e2023ee3371 (diff) | |
| download | mullvadvpn-4d530d60a39d060ec63a25d40a51e8a6666b9da2.tar.xz mullvadvpn-4d530d60a39d060ec63a25d40a51e8a6666b9da2.zip | |
Add hickory-dns to allowed git dependencies
| -rw-r--r-- | deny.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
