Skip to content

Commit

Permalink
Ignore unmaintained errors
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
blt committed Nov 12, 2024
1 parent e5f1d78 commit 31c9fb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ unused-allowed-license = "allow"

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

[advisories]
version = 2
ignore = [
# atty is unsound for some custom allocators on Windows and is unmaintained
"RUSTSEC-2021-0145",
"RUSTSEC-2024-0370" # proc-macro-error is unmaintained
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
"RUSTSEC-2024-0384", # instant crate is unmaintained
"RUSTSEC-2024-0387" # opentelemetry_api is unmaintained
]

[bans]
Expand Down

0 comments on commit 31c9fb6

Please sign in to comment.