Skip to content

Commit e35bce5

Browse files
committed
Re-enable cargo deny
1 parent c5e7f97 commit e35bce5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ version = 2
4343
db-path = "~/.cargo/advisory-dbs"
4444
db-urls = [ "https://github.com/RustSec/advisory-db" ]
4545
yanked = "warn"
46-
ignore = []
46+
ignore = [
47+
"RUSTSEC-2024-0436", # "paste" is no longer maintained
48+
]

do_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PYTHON=$(which python || which python3)
88
cargo fmt --check -- --config newline_style=Unix
99

1010
# Install cargo deny first with: cargo install cargo-deny
11-
# cargo deny check --hide-inclusion-graph
11+
cargo deny check --hide-inclusion-graph
1212

1313
# Checks enabled everywhere, including tests, benchmarks
1414
cargo clippy --all-features --workspace --all-targets -- \

0 commit comments

Comments
 (0)