Downgrade cargo package when latest version is yanked #2155
Labels
F: dependency-downgrades
Avoiding unintentional downgrades, or forcing downgrades when really needed
F: language-support
Issues specific to a particular language or ecosystem; may be paired with an L: label.
L: rust:cargo
Rust crates via cargo
T: feature-request
Requests for new features
In a Rust project, I merged a PR from dependabot to upgrade
bitflags
to 1.0.5. Later, the 1.0.5 release was yanked. I think in this case it'd be appropriate for dependabot to lower the version to 1.0.4, the otherwise latest version. I think this behavior makes sense because if I runcargo update
locally, I get a downgrade. You can see this with the following repository: https://github.com/alex/csv-sqlThe text was updated successfully, but these errors were encountered: