diff --git a/deny.toml b/deny.toml index 21fa937f..e473ea74 100644 --- a/deny.toml +++ b/deny.toml @@ -133,7 +133,7 @@ unknown-git = "deny" # if not specified. If it is specified but empty, no registries are allowed. allow-registry = ["https://github.com/rust-lang/crates.io-index"] # List of URLs for allowed Git repositories -allow-git = [] +allow-git = ["https://github.com/rust-fuzz/libfuzzer-sys"] [sources.allow-org] # 1 or more github.com organizations to allow git sources for