Skip to content

fix(deps): update rust crate memmap2 to 0.9.0#6

Open
renovate[bot] wants to merge 1 commit intonightlyfrom
renovate/memmap2-0.x
Open

fix(deps): update rust crate memmap2 to 0.9.0#6
renovate[bot] wants to merge 1 commit intonightlyfrom
renovate/memmap2-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 9, 2023

This PR contains the following updates:

Package Type Update Change
memmap2 dependencies minor 0.5.80.9.0

Release Notes

RazrFalcon/memmap2-rs (memmap2)

v0.9.10

Compare Source

Fixed
Changed
  • Return ErrorKind::Unsupported on unsupported platforms to allow reliable runtime detection.
    @​daxpedda

v0.9.9

Compare Source

Fixed

v0.9.8

Compare Source

Added

v0.9.7

Compare Source

Fixed
  • Fix incomplete validation of mapping length, which could lead to violation of safety requirements of slice::from_raw_parts on 32-bit platforms.
    @​nabijaczleweli

v0.9.5

Compare Source

Added

v0.9.4

Compare Source

Changed
  • The libc crate >= 0.2.151 is required now.
Fixed
  • Build on Android with an older libc crate.

v0.9.3

Compare Source

Fixed
  • Build on Android.

v0.9.2

Compare Source

Fixed
  • Build on FreeBSD.

v0.9.1

Compare Source

Fixed
Changed
  • Return ErrorKind::Unsupported on unsupported platforms to allow reliable runtime detection.
    @​daxpedda

v0.9.0

Compare Source

Changed
  • The Advice struct was split into two enums: Advice and UncheckedAdvice.

    Advice can be passed to safe advise and advise_range methods.
    And UncheckedAdvice can be passed to unsafe unchecked_advise
    and unchecked_advise_range methods.

    @​adamreichold

v0.8.0

Compare Source

Changed
Fixed
  • Some of the Advise variants were unsound and now require unsafe to be constructed.
    @​adamreichold

v0.7.1

Compare Source

Fixed
  • Mapping beyond 4GB offset on 32 bit glibc. Linux-only.
    @​lvella

v0.7.0

Compare Source

Added
Changed
  • libc crate >= 0.2.143 is required now.

v0.6.2

Compare Source

Fixed

v0.6.1

Compare Source

Added
  • Add MmapOptions::map_raw_read_only to avoid intermediate invalid Mmap instances.
    @​adamreichold

v0.6.0

Compare Source

Changed
  • lock() and unlock methods require &self and not &mut self now.
    @​timvisee

v0.5.10

Compare Source

Added
  • MmapOptions::map_anon accounts for populate on Linux now.
    @​jsgf

v0.5.9

Compare Source

Added
  • From<Mmap> for MmapRaw and From<MmapMut> for MmapRaw.
    @​swlynch99
  • Mmap::advise_range, MmapMut::advise_range, MmapRaw::advise_range.
    @​ho-229

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.5.10 fix(deps): update rust crate memmap2 to 0.6.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from de608e8 to 6a82836 Compare May 28, 2023 08:46
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.6.2 fix(deps): update rust crate memmap2 to 0.7.0 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from 6a82836 to 5f01a72 Compare June 8, 2023 14:16
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from 5f01a72 to becd737 Compare June 24, 2023 15:11
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.7.0 fix(deps): update rust crate memmap2 to 0.7.1 Jun 24, 2023
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.7.1 fix(deps): update rust crate memmap2 to 0.8.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from becd737 to fe26200 Compare September 25, 2023 04:52
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.8.0 fix(deps): update rust crate memmap2 to 0.9.0 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from fe26200 to 3e29559 Compare October 3, 2023 17:01
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from 3e29559 to 7528fb2 Compare December 16, 2023 16:40
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.9.0 fix(deps): update rust crate memmap2 to 0.9.1 Dec 16, 2023
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.9.1 fix(deps): update rust crate memmap2 to 0.9.2 Dec 17, 2023
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch 2 times, most recently from 32e62ac to a299428 Compare December 19, 2023 13:55
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.9.2 fix(deps): update rust crate memmap2 to 0.9.3 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from a299428 to 91d4374 Compare January 25, 2024 10:01
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.9.3 fix(deps): update rust crate memmap2 to 0.9.4 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from 91d4374 to 9d4d6a0 Compare May 5, 2024 10:23
@renovate renovate bot changed the title fix(deps): update rust crate memmap2 to 0.9.4 fix(deps): update rust crate memmap2 to 0.9.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from 9d4d6a0 to fdcaf82 Compare August 10, 2025 12:48
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from fdcaf82 to fd8e536 Compare August 22, 2025 10:48
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from fd8e536 to bf28557 Compare September 25, 2025 20:13
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from bf28557 to b6042dc Compare October 21, 2025 23:53
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from b6042dc to a6c5e1e Compare December 10, 2025 13:07
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from a6c5e1e to 2dd1700 Compare February 2, 2026 19:44
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch 2 times, most recently from bfb5d53 to 3a781f3 Compare February 15, 2026 12:27
@renovate renovate bot force-pushed the renovate/memmap2-0.x branch from 3a781f3 to 80ac640 Compare March 13, 2026 14:35
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.

0 participants