build(deps): bump Swatinem/rust-cache from e18b497796c12c097a38f9edb9d0641fb99eee32 to a45951ff880207c249adf57334cf2e9bd81d6e1e - #80
Merged
plusky merged 1 commit intoAug 11, 2026
Conversation
Dependency ReviewThe following issues were found:
License Issues.github/workflows/ci.yml
OpenSSF Scorecard
Scanned Files
|
plusky
added a commit
that referenced
this pull request
Aug 11, 2026
dependency-review denies copyleft licences because a crate compiled into the binary we distribute must not carry them. Swatinem/rust-cache is LGPL-3.0 and was tripping that list, blocking its own version bumps. The list is aimed at the wrong thing here. A GitHub Action runs on the runner, saves and restores ~/.cargo and target/, and is never linked, vendored or conveyed, so its copyleft cannot reach an artifact we ship. release.yml -- which builds the tarballs and publishes to crates.io -- does not use it at all; only ci.yml does. Nothing changes in substance: the same LGPL-3.0 code is already pinned on main. dependency-review only inspects CHANGED dependencies, so the existing pin was never looked at and only a bump makes it fail. Without this exemption every future rust-cache bump fails identically and Dependabot reopens it forever. deny.toml stays the sole authority for crates and is deliberately not relaxed. The exemption names one action rather than pkg:githubactions/*, so a new copyleft action still trips the check and gets a decision. Unblocks #80
Owner
|
Rebase please — the dependency-review failure is fixed on main (#82 exempts this action from the copyleft deny-list). |
Owner
|
@dependabot rebase |
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from e18b497796c12c097a38f9edb9d0641fb99eee32 to a45951ff880207c249adf57334cf2e9bd81d6e1e. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@e18b497...a45951f) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 6323deb102c322ba6fcbdcafc7e3dddab59af2b6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/Swatinem/rust-cache-6323deb102c322ba6fcbdcafc7e3dddab59af2b6
branch
from
August 11, 2026 18:11
501ca75 to
df09c0f
Compare
plusky
deleted the
dependabot/github_actions/Swatinem/rust-cache-6323deb102c322ba6fcbdcafc7e3dddab59af2b6
branch
August 11, 2026 18:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps Swatinem/rust-cache from e18b497796c12c097a38f9edb9d0641fb99eee32 to a45951ff880207c249adf57334cf2e9bd81d6e1e.
Changelog
Sourced from Swatinem/rust-cache's changelog.
... (truncated)
Commits
a45951fMerge pull request #373 from Swatinem/dependabot/github_actions/actions-420be...b882611Bump the actions group with 2 updates6323deb2.9.2b16e8d7bump rollup and rebuild3bf42acinvert target/profile check in cleanup6e5b278correctly sort and dedupe Rust versions5adc05fBump the actions group across 1 directory with 3 updates (#368)66b1e95fix: support Cargo V2 build dir layout (#371)72d126eMerge pull request #367 from Swatinem/dependabot/npm_and_yarn/dev-patch-2b495...48968d2Bump the dev-patch group with 2 updates