Commit 7617442c authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Merge branch 'cargo-audit-proc-macro' into 'main'

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

See merge request !4075
parents 88500597 36191619
Loading
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[@]}"