chore: bump clechasseur/rs-cargo from 5.0.3 to 5.0.4#2429
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore: bump clechasseur/rs-cargo from 5.0.3 to 5.0.4#2429dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
worktrunk-bot
approved these changes
Apr 27, 2026
This was referenced 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>
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 clechasseur/rs-cargo from 5.0.3 to 5.0.4.
Release notes
Sourced from clechasseur/rs-cargo's releases.
Commits
2ece93eMerge pull request #398 from clechasseur/fix/deps-updates01d1bbdfix: bump version to v5.0.42245d2afix: update@clechasseur/rs-actions-coreto v8734ce59chore(deps): update dependency typescript to v6 (#382)9925586fix: runnpm update, regenerate dist (#397)3759c16chore(deps): update dependency oxlint to ^1.61.0 (#390)fc6fa52chore(deps): update dependency rollup to ^4.60.2 (#395)9ed3918chore(deps): bump fast-xml-parser (#396)e848ed9chore(deps): update actions/upload-artifact action to v7.0.1 (#391)20ee7cachore(deps): update dependency prettier to ^3.8.3 (#392)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)