chore(deps): Bump memmap2 from 0.9.10 to 0.9.11#2097
Conversation
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.9.10 to 0.9.11. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.9.10...v0.9.11) --- updated-dependencies: - dependency-name: memmap2 dependency-version: 0.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…ests (#2098) Bumps (all range-spec'd in Cargo.toml, so Cargo.lock-only): - tree-sitter 0.26.9 -> 0.26.10 (parser runtime — full suite gates extraction) - uuid 1.23.3 -> 1.23.4 - rustyline 18.0.0 -> 18.0.1 - anyhow 1.0.102 -> 1.0.103 - indicatif 0.18.4 -> 0.18.5 - memmap2 0.9.10 -> 0.9.11 Closes Dependabot #2092-#2097 (auto-closed when merged). The full-suite verification surfaced a PRE-EXISTING umap test-isolation flake: four tests read XDG_RUNTIME_DIR / TMPDIR (via decide_staging / run_umap_projection -> pick_fast_temp_dir) but lacked #[serial], so they raced the serial tests that set those vars to /mnt/c/slow-* and intermittently read the polluted value. Added #[serial] to the four env-reader tests (run_umap_projection_returns_zero_for_empty_corpus, decide_staging_wsl_mount_selects_staging_when_fast_disk_available, staged_read_matches_direct_read, staged_copy_cleans_up_sidecars); the full umap module now passes 4/4 parallel runs. Verified: build + clippy --all-targets clean; full suite green (the 2 umap failures were the flake, fixed); tree-sitter patch behaviorally compatible (parser tests pass). Co-authored-by: jamie8johnson <jamie8johnson@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Superseded by #2098 — batched with the other 5 patch bumps into one branch + CI run; the version bump is now on main. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps memmap2 from 0.9.10 to 0.9.11.
Changelog
Sourced from memmap2's changelog.
Commits
7d76ad3Merge pull request #171 from RazrFalcon/release/v0.9.1134f87abBump version to 0.9.11de56043Merge pull request #170 from RazrFalcon/fix-unchecked-pointer-math8b31409Bump MSRV to 1.65 (to follow libc).cee7cf0Fix unchecked pointer math.e741b00Merge pull request #166 from andybalaam/typo-crated28fdcddFix typo 'crated' -> 'created'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)