Skip to content

Commit

Permalink
Fix: Adjust db_url to db_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitZeta committed Feb 27, 2024
1 parent 195b313 commit 58fab75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ targets = [
[advisories]
# 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"
# The url(s) of the advisory databases to use
db-urls = ["https://github.com/rustsec/advisory-db"]
# The lint level for security vulnerabilities
vulnerability = "deny"
# The lint level for unmaintained crates
Expand Down

0 comments on commit 58fab75

Please sign in to comment.