Skip to content

Commit

Permalink
revert deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWeHaveAPlan authored Oct 2, 2024
1 parent 727e27d commit fd59fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-url = "https://github.com/rustsec/advisory-db"
# The lint level for security vulnerabilities
vulnerability = "deny"
# The lint level for unmaintained crates
Expand Down Expand Up @@ -190,4 +190,4 @@ unknown-git = "warn"
# 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 = []

0 comments on commit fd59fdb

Please sign in to comment.