chore(deps): update embarkstudios/cargo-deny-action action to v2 #399
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.3->v2.0.12Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
EmbarkStudios/cargo-deny-action (EmbarkStudios/cargo-deny-action)
v2.0.12: Release 2.0.12 - cargo-deny 0.18.3Compare Source
Changed
v2.0.11Compare Source
[0.18.2] - 2025-03-10
Added
advisories.unmaintainedconfig option. See the docs for how it can be used. The default matches the current behavior, which is to error on anyunmaintainedadvisory, but addingunmaintained = "workspace"to the[advisories]table will mean unmaintained advisories will only error if the crate is a direct dependency of your workspace.[0.18.1] - 2025-02-27
Fixed
kratesto pull in the fix for EmbarkStudios/krates#100.v2.0.10Compare Source
rustup toolchain installifrustup showfailed due to any reasonv2.0.9: Release 2.0.9 - cargo-deny 0.18.0Compare Source
d8395c1removed the rustup update.v2.0.8Compare Source
v2.0.7: Release 2.0.7 - cargo-deny 0.18.0Compare Source
v2.0.6: Release 2.0.6 - cargo-deny 0.18.0Compare Source
Changed
https://github.com/rustsec/advisory-dbwill now be placed in$CARGO_HOME/advisory-dbs/advisory-db-3157b0e258782691.Fixed
v2.0.5: Release 2.0.5 - cargo-deny 0.17.0Compare Source
Changed
tame-indexto 0.18.0 so that cargo 1.85.0 is transparently supported along with older cargo versions.v2.0.4: Release 2.0.4 - cargo-deny 0.16.3Compare Source
v2.0.3: Release 2.0.3 - cargo-deny 0.16.3Compare Source
Changed
rust-versionto 1.81.0 to accurately reflect the minimum rust version required to compile, resolving #720.Fixed
unnecessary-skipdiagnostic, emitted when there is askipconfigured for a crate that only has one version in the graph.v2.0.2: Release 2.0.2 - cargo-deny 0.16.2Compare Source
Fixed
krates-> 0.17.5, fixing an issue wherecargo-denycould panic due to incorrectly resolving features for different versions of the same crate referenced by a single crate.Added
--exclude-unpublishedCLI argument or thegraph.exclude-unpublishedconfig field. Thanks @Tastaturtaste!Changed
goblin-> 0.9.2rustsec-> 0.30.v2.0.1: Release 2.0.1 - cargo-deny 0.16.1Compare Source
Fixed
unused-workspace-dependencylint.v2.0.0: Release 2.0.0 - cargo-deny 0.16.0Compare Source
ActionAdded
Changed
v2tag, usingv1will be stable but not follow futurecargo-denyreleases.cargo-denyRemoved
[advisories]The following fields have all been removed in favor of denying all advisories by default. To ignore an advisory the
ignorefield can be used as before.vulnerability- Vulnerability advisories are nowdenyby defaultunmaintained- Unmaintained advisories are nowdenyby defaultunsound- Unsound advisories are nowdenyby defaultnotice- Notice advisories are nowdenyby defaultseverity-threshold- The severity of vulnerabilities is now irrelevant[licenses]The following fields have all been removed in favor of denying all licenses that are not explicitly allowed via either
alloworexceptions.unlicensed- Crates whose license(s) cannot be confidently determined are now always errors. Theclarifyfield can be used to help cargo-deny determine the license.allow-osi-fsf-free- The OSI/FSF Free attributes are now irrelevant, only whether it is explicitly allowed.copyleft- The copyleft attribute is now irrelevant, only whether it is explicitly allowed.default- The default is nowdeny.deny- All licenses are now denied by default, this field added nothing.Changed
bans.workspace-dependenciessection. This is an unannounced breaking change but is fairly minor and 0.15.0 was never released on github actions so the amount of people affected by this will be (hopefully) small. This also makes the workspace duplicate detection off by default since the field is optional, but makes it so that if not specified workspace duplicates are nowdenyinstead ofwarn.Fixed
include-path-dependenciesfield, allowing path dependencies to be ignored if it isfalse.Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.