Skip to content

Bump Swatinem/rust-cache from ad397744b0d591a723ab90405b7247fac0e6b8db to 779680da715d629ac1d338a641029a2f4372abb5#8

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/Swatinem/rust-cache-779680da715d629ac1d338a641029a2f4372abb5
Dec 29, 2025
Merged

Bump Swatinem/rust-cache from ad397744b0d591a723ab90405b7247fac0e6b8db to 779680da715d629ac1d338a641029a2f4372abb5#8
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/Swatinem/rust-cache-779680da715d629ac1d338a641029a2f4372abb5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Bumps Swatinem/rust-cache from ad397744b0d591a723ab90405b7247fac0e6b8db to 779680da715d629ac1d338a641029a2f4372abb5.

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

2.8.2

  • Don't overwrite env for cargo-metadata call

2.8.1

  • Set empty CARGO_ENCODED_RUSTFLAGS when retrieving metadata
  • Various dependency updates

2.8.0

  • Add support for warpbuild cache provider
  • Add new cache-workspace-crates feature

2.7.8

  • Include CPU arch in the cache key

2.7.7

  • Also cache cargo install metadata

2.7.6

  • Allow opting out of caching $CARGO_HOME/bin
  • Add runner OS in cache key
  • Adds an option to do lookup-only of the cache

2.7.5

  • Support Cargo.lock format cargo-lock v4
  • Only run macOsWorkaround() on macOS

2.7.3

  • Work around upstream problem that causes cache saving to hang for minutes.

2.7.2

  • Only key by Cargo.toml and Cargo.lock files of workspace members.

2.7.1

  • Update toml parser to fix parsing errors.

2.7.0

  • Properly cache trybuild tests.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from ad397744b0d591a723ab90405b7247fac0e6b8db to 779680da715d629ac1d338a641029a2f4372abb5.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@ad39774...779680d)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-version: 779680da715d629ac1d338a641029a2f4372abb5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 29, 2025
@hyperpolymath hyperpolymath merged commit ecef4dc into main Dec 29, 2025
6 of 7 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/github_actions/Swatinem/rust-cache-779680da715d629ac1d338a641029a2f4372abb5 branch December 29, 2025 23:19
hyperpolymath added a commit that referenced this pull request May 16, 2026
Stale SHA-pins carried two fixed validator false-positives (k9 pedigree
brace bug #7; a2ml identity check on typed/\*file manifests #8/#9).
Bumps both to current main and adds github-actions to dependabot to
prevent recurrence. Mechanical estate-wide sweep.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Jonathan D.A. Jewell <67598845+hyperpolymath@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request May 27, 2026
…dges (#344)

## Summary

`polystack` was archived during the 2026-05-26 cartridge-extraction
initiative — its 11 LSP halves migrated into the new
`hyperpolymath/boj-server-cartridges` repo (boj-server-cartridges PRs
#1-#8, all merged). The scorecard target manifest still pointed at the
archived repo, causing every scan run to skip the target silently.

This replaces the stale `polystack` entry with the migration target
`boj-server-cartridges` (placed alphabetically adjacent to the existing
`boj-server` entry).

## Diff

```diff
   {"local": "boj-server", "github": "hyperpolymath/boj-server"},
+  {"local": "boj-server-cartridges", "github": "hyperpolymath/boj-server-cartridges"},
 ...
-  {"local": "polystack", "github": "hyperpolymath/polystack"},
```

Per
`boj-server-cartridges/docs/handover/2026-05-26/prompts/earlier-03-hypatia-scorecard-polystack-ref.adoc`.

## Test plan

- [x] `jq .` validates the JSON.
- [x] `git grep polystack -- '*.json'` shows zero remaining hits.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant