Skip to content

Commit 9e8723c

Browse files
committed
Revert "Disallow unmaintained crates via cargo-deny"
This reverts commit 6f1a3d0. We actually have an unmaintained dependency in the bridge dependency graph that we can't easily fix right now. brige-security CI didn't run when the commit being reverted was introduced.
1 parent 272d6ed commit 9e8723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ targets = [
99
db-path = "~/.cargo/advisory-db"
1010
db-urls = ["https://github.com/rustsec/advisory-db"]
1111
vulnerability = "deny"
12-
unmaintained = "deny"
12+
unmaintained = "warn"
1313
yanked = "deny"
1414
notice = "warn"
1515
ignore = [

0 commit comments

Comments
 (0)