Fixing deny.toml (#142)

This commit is contained in:
Kevin Lewi
2021-02-17 02:28:49 -08:00
committed by GitHub
parent 7f84984f61
commit bb7d17a102
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ targets = [
# The path where the advisory database is cloned/fetched into
db-path = "~/.cargo/advisory-db"
# The url of the advisory database to use
db-url = "https://github.com/rustsec/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
# The lint level for security vulnerabilities
vulnerability = "deny"
# The lint level for unmaintained crates