Skip to content

chore: bump clechasseur/rs-cargo from 5.0.3 to 5.0.4#2429

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/clechasseur/rs-cargo-5.0.4
Open

chore: bump clechasseur/rs-cargo from 5.0.3 to 5.0.4#2429
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/clechasseur/rs-cargo-5.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps clechasseur/rs-cargo from 5.0.3 to 5.0.4.

Release notes

Sourced from clechasseur/rs-cargo's releases.

v5.0.4

Fix version with updated dependencies, including security fixes.

What's Changed

Full Changelog: clechasseur/rs-cargo@v5.0.3...v5.0.4

Commits
  • 2ece93e Merge pull request #398 from clechasseur/fix/deps-updates
  • 01d1bbd fix: bump version to v5.0.4
  • 2245d2a fix: update @clechasseur/rs-actions-core to v8
  • 734ce59 chore(deps): update dependency typescript to v6 (#382)
  • 9925586 fix: run npm update, regenerate dist (#397)
  • 3759c16 chore(deps): update dependency oxlint to ^1.61.0 (#390)
  • fc6fa52 chore(deps): update dependency rollup to ^4.60.2 (#395)
  • 9ed3918 chore(deps): bump fast-xml-parser (#396)
  • e848ed9 chore(deps): update actions/upload-artifact action to v7.0.1 (#391)
  • 20ee7ca chore(deps): update dependency prettier to ^3.8.3 (#392)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [clechasseur/rs-cargo](https://github.com/clechasseur/rs-cargo) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/clechasseur/rs-cargo/releases)
- [Commits](clechasseur/rs-cargo@v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: clechasseur/rs-cargo
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 27, 2026
max-sixty pushed a commit that referenced this pull request Apr 27, 2026
…ion (#2433)

## Problem

`test_cache_roundtrip_and_prune_on_write` flaked on PR #2429's
`code-coverage` job
([logs](https://github.com/max-sixty/worktrunk/actions/runs/24975304781/job/73126010174))
— the assertion that `deadbeef` was pruned after writing `cafebabe`
failed, then a rerun passed.

Root cause: `sweep_lru` (`src/cache.rs:126`) sorts entries by file mtime
to pick the eviction victim. The test wrote `deadbeef` and `cafebabe`
back-to-back with no delay; on filesystems with coarse mtime resolution
both files can share a tick, making eviction order nondeterministic and
sometimes pruning the newer entry instead.

## Solution

Add a 10 ms sleep between the two writes — the same gap
`test_sweep_lru_trims_oldest_entries` (`src/cache.rs:319-322`) already
uses for the same reason.

## Testing

Targeted test passes locally; the broader
`commands::picker::summary::tests` and `cache::tests` modules still
pass.

---

Closes #2432 — automated triage

Co-authored-by: worktrunk-bot <254187624+worktrunk-bot@users.noreply.github.com>
Co-authored-by: Claude <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