chore: pin git dependencies to specific revs (#4552)

This commit is contained in:
DaniPopes
2023-09-11 16:25:35 +02:00
committed by GitHub
parent 692a081d8d
commit 7dd14a7eba
6 changed files with 87 additions and 49 deletions

View File

@ -93,4 +93,11 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
unknown-registry = "warn"
# Lint level for what to happen when a crate from a git repository that is not
# in the allow list is encountered
unknown-git = "allow"
unknown-git = "deny"
allow-git = [
"https://github.com/bluealloy/revm",
"https://github.com/boa-dev/boa",
"https://github.com/ethereum/c-kzg-4844",
"https://github.com/sigp/discv5",
"https://github.com/stevefan1999-personal/rust-igd",
]