Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: nightly
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2023

This PR contains the following updates:

Package Type Update Change
memmap2 dependencies minor 0.5.8 -> 0.9.0

Release Notes

RazrFalcon/memmap2-rs (memmap2)

v0.9.7

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

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

Changed

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
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