Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump memmap2 from 0.5.3 to 0.7.1 in /src/agent #3258

Merged
merged 1 commit into from Jul 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2023

Bumps memmap2 from 0.5.3 to 0.7.1.

Changelog

Sourced from memmap2's changelog.

[0.7.1] - 2023-06-24

Fixed

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

[0.7.0] - 2023-06-08

Added

Changed

  • libc crate >= 0.2.143 is required now.

[0.6.2] - 2023-05-24

Fixed

[0.6.1] - 2023-05-10

Added

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

[0.6.0] - 2023-05-09

Changed

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

[0.5.10] - 2023-02-22

Added

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

[0.5.9] - 2023-02-17

Added

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

[0.5.8] - 2022-11-09

Added

  • MmapRaw::advise, MmapRaw::lock and MmapRaw::unlock. @​diwic
  • Improve MmapMut::make_exec documentation.

[0.5.7] - 2022-08-15

Changed

... (truncated)

Commits
  • 4ca2774 Version bump.
  • 32fe80f Use mmap64 instead of plain mmap when possible.
  • 04178aa Version bump.
  • 6579655 Add MADV_POPULATE_{READ,WRITE}.
  • b098f9e Refactor pointer handling within unix.rs into helper methods.
  • 0c9b7f7 Add support for mremap(2) on Linux.
  • 10ca70a Version bump.
  • a0ab128 Fix alignment for empty file on Windows.
  • d00be88 Version bump.
  • f62a3cb Add MmapOptions::map_raw_read_only to avoid intermediate invalid Mmap instances.
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 29, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 29, 2023

Codecov Report

Merging #3258 (4d79f55) into main (4bb3be3) will decrease coverage by 2.39%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3258      +/-   ##
==========================================
- Coverage   32.33%   29.95%   -2.39%     
==========================================
  Files         180      301     +121     
  Lines       22907    33668   +10761     
==========================================
+ Hits         7407    10084    +2677     
- Misses      15500    23584    +8084     

see 206 files with indirect coverage changes

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/memmap2-0.7.1 branch 3 times, most recently from ba129c0 to 24e1aff Compare July 5, 2023 20:59
@Porges Porges enabled auto-merge (squash) July 6, 2023 03:09
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.3 to 0.7.1.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.5.3...v0.7.1)

---
updated-dependencies:
- dependency-name: memmap2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/memmap2-0.7.1 branch from 24e1aff to 4d79f55 Compare July 6, 2023 03:22
@Porges Porges merged commit f503097 into main Jul 6, 2023
24 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/memmap2-0.7.1 branch July 6, 2023 03:39
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Jul 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants