You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are using yanked = "deny", and just today ran into a yanked crate without an advisory and without an immediate upgrade path. c.f. glademiller/openapiv3#81 (comment)
Describe the solution you'd like
An ability to specify that a yanked crate version is whitelisted.
Describe alternatives you've considered
We would not like to be changing yanked = "warn" as that would ignore other yanked crates.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We are using
yanked = "deny"
, and just today ran into a yanked crate without an advisory and without an immediate upgrade path. c.f. glademiller/openapiv3#81 (comment)Describe the solution you'd like
An ability to specify that a yanked crate version is whitelisted.
Describe alternatives you've considered
We would not like to be changing
yanked = "warn"
as that would ignore other yanked crates.Additional context
The text was updated successfully, but these errors were encountered: