Skip to content

cargo vet fails main on every toml_edit bump #679

Description

@BryanFRD

Cargo Security has been failing on main since #675 (Renovate, toml_edit 0.25.12 -> 0.25.13) merged at 14:53:

cargo vet diff toml_edit 0.25.12+spec-1.1.0 0.25.13+spec-1.1.0
  NOTE: mozilla and bytecode-alliance trust Ed Page (epage) - consider cargo vet trust toml_edit epage
cargo vet diff toml_writer 1.1.1+spec-1.1.0 1.1.2+spec-1.1.0
estimated audit backlog: 59 lines

The bumps are unaudited, so cargo vet refuses them and the job exits 255. Every commit landing on main since then inherits the red — #676 and #678 both show it and neither has anything to do with it.

The exemptions in config.toml are pinned per version, so each toml_edit bump re-breaks this and needs a hand-edit. Renovate can't do that, so the treadmill runs forever.

Both crates are published by Ed Page (epage), whom mozilla and bytecode-alliance — the two audit sets we already import — both trust. cargo vet trust records the publisher once and covers future versions, which is what the tool suggests in its own error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions