Skip to content

chore(deps): Bump memmap2 from 0.9.10 to 0.9.11#2097

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/memmap2-0.9.11
Closed

chore(deps): Bump memmap2 from 0.9.10 to 0.9.11#2097
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/memmap2-0.9.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps memmap2 from 0.9.10 to 0.9.11.

Changelog

Sourced from memmap2's changelog.

[0.9.11] - 2026-06-22

Fixed

  • Fix unchecked pointer arithmatic in advice_range, unchecked_advise_range, flush_range and flush_async_range.

Changed

  • Bump the MSRV from 1.63 to 1.65.
Commits
  • 7d76ad3 Merge pull request #171 from RazrFalcon/release/v0.9.11
  • 34f87ab Bump version to 0.9.11
  • de56043 Merge pull request #170 from RazrFalcon/fix-unchecked-pointer-math
  • 8b31409 Bump MSRV to 1.65 (to follow libc).
  • cee7cf0 Fix unchecked pointer math.
  • e741b00 Merge pull request #166 from andybalaam/typo-crated
  • 28fdcdd Fix typo 'crated' -> 'created'
  • See full diff 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 [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>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

jamie8johnson added a commit that referenced this pull request Jun 29, 2026
…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>
@jamie8johnson

Copy link
Copy Markdown
Owner

Superseded by #2098 — batched with the other 5 patch bumps into one branch + CI run; the version bump is now on main.

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/memmap2-0.9.11 branch June 29, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant