summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--deny.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/deny.toml b/deny.toml
index 92267c9e52..670878ac4d 100644
--- a/deny.toml
+++ b/deny.toml
@@ -103,8 +103,10 @@ skip-tree = []
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
-# TODO: The PF socket type isn't released yet
-allow-git = ["https://github.com/nix-rust/nix"]
+# 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 = []
[sources.allow-org]
# 1 or more github.com organizations to allow git sources for