Commit 36191619 authored by gabi-250's avatar gabi-250 🤸
Browse files

maint/cargo-audit: Ignore RUSTSEC-2026-0173

`proc-macro-error2` is unmaintained. We depend on it via `getset` and
`dynasm`, so we'll this exception until they're updated.
parent 88500597
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -61,6 +61,13 @@ IGNORE=(
    #
    # See https://gitlab.torproject.org/tpo/core/arti/-/issues/2474
    --ignore RUSTSEC-2026-0097

    # proc-macro-error2 is unmaintained
    #
    # This has been reported upstream in the respective crates:
    # * <https://github.com/jbaublitz/getset/issues/132>
    # * <https://github.com/CensoredUsername/dynasm-rs/issues/123>
    --ignore RUSTSEC-2026-0173
)

${CARGO:-cargo} audit -D warnings "${IGNORE[@]}"