Skip to content

chore(deps): Bump Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32#10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32
Open

chore(deps): Bump Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown

Bumps Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32.

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

2.9.1

  • Fix regression in hash calculation

2.9.0

  • Update to node24
  • Support running from within a nix shell
  • Consider all installed toolchains for cache key
  • Use case-insensitive comparison to determine exact cache hit

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.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 12, 2026
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@42dc69e...e18b497)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32 branch from 0f51b2a to 6425c3b Compare May 13, 2026 04:28
yinnho pushed a commit that referenced this pull request Jun 17, 2026
…ication

Security:
- #1 Path traversal: validate file_path in upload_media (reject .. and absolute)
- #2 JSON injection: replace hand-rolled format! errors with error_response()
- #12 fetch_bytes: add 10MB size limit to prevent OOM

Correctness:
- #6 Cron tick loop: use FuturesUnordered for concurrent job execution
- #7 Error messages: distinguish panic vs cancelled in cron record_failure
- #8 System AgentId: use uuid::nil() constant instead of random IDs
- #9 cron_create: coerce one_shot ("true"/"1"/"yes"), delivery (string unwrap),
  improve error message for non-string name
- #10 Past-At schedule: add warning when At time is already past
- #11 Remove misleading RUST_MIN_STACK env var (root cause was fixed)

Code quality:
- #3 Remove duplicate json_to_string (use mcp_common import)
- #4 Datacube handler macro: 17 identical functions → 17 one-liners (-300 lines)
- #5 URL encoding: apply url_encode in get_user_info query string

Co-Authored-By: Claude Opus 4.8 <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.

0 participants