Skip to content

Commit 31c9fb6

Browse files
committed
Ignore unmaintained errors
There's really nothing we can do in the short-term about these unmaintained cargo-deny errors other than keep our dependency tree updated. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent e5f1d78 commit 31c9fb6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

deny.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ unused-allowed-license = "allow"
1616

1717
[sources]
1818
unknown-git = "deny"
19-
allow-git = ["http://github.com/metrics-rs/metrics"]
2019

2120
[advisories]
2221
version = 2
2322
ignore = [
24-
# atty is unsound for some custom allocators on Windows and is unmaintained
25-
"RUSTSEC-2021-0145",
26-
"RUSTSEC-2024-0370" # proc-macro-error is unmaintained
23+
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
24+
"RUSTSEC-2024-0384", # instant crate is unmaintained
25+
"RUSTSEC-2024-0387" # opentelemetry_api is unmaintained
2726
]
2827

2928
[bans]

0 commit comments

Comments
 (0)