Skip to content

Commit

Permalink
Fix cargo deny failing
Browse files Browse the repository at this point in the history
  • Loading branch information
incrypto32 committed May 16, 2024
1 parent 9f143a9 commit e94acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 = "warn"
# The lint level for unmaintained crates
Expand Down

0 comments on commit e94acdd

Please sign in to comment.