Skip to content

Commit

Permalink
deny.toml: Drop an exception for the unmaintained proc-macro-error crate
Browse files Browse the repository at this point in the history
I added this exception in 97bd303 to make CI happy/green but we can now
remove it again since the last update of the `aquamarine` crate in
db00328 (science-computing#434).
The `aquamarine` crate switched to `proc-macro-error2` as well.

Signed-off-by: Michael Weiss <[email protected]>
  • Loading branch information
primeos-work committed Nov 4, 2024
1 parent a9a6feb commit ce9fd55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,4 @@ ignore = [
# https://github.com/trishume/syntect/issues/537 is resolved (replace
# yaml-rust with yaml-rust2):
{ id = "RUSTSEC-2024-0320", reason = "Only an informative advisory that the crate is unmaintained and the maintainer unreachable" },
# Ignore an "INFO Unmaintained" advisory for the proc-macro-error crate
# that the "aquamarine" crate uses. This can be removed once
# https://github.com/mersinvald/aquamarine/issues/45 is resolved (Move away
# from proc-macro-error):
{ id = "RUSTSEC-2024-0370", reason = "Only an informative advisory that the crate is unmaintained and the maintainer unreachable" },
]

0 comments on commit ce9fd55

Please sign in to comment.