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.6.2 in /src/agent #3134

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2023

Bumps memmap2 from 0.5.3 to 0.6.2.

Changelog

Sourced from memmap2's changelog.

[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

[0.5.6] - 2022-08-11

Added

  • Memory locking and unlocking. See Mmap::lock, Mmap::unlock, MmapMut::lock and MmapMut::unlock. @​vmx

[0.5.5] - 2022-07-09

Fixed

  • Limit mapping length to isize::MAX to prevent undefined behavior on calling std::slice::from_raw_parts. Technically affects only 32-bit systems. @​adamreichold

... (truncated)

Commits
  • 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.
  • 0220b23 Version bump.
  • bd52d2c Make lock and unlock &self.
  • 9970820 Fix MSRV check.
  • 732df20 Correct documentation spelling.
  • 17f0128 Version bump.
  • b26573b Implement .populate() for map_anon().
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

codecov-commenter commented May 25, 2023

Codecov Report

Merging #3134 (bb3c1da) into main (c752114) will increase coverage by 2.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3134      +/-   ##
==========================================
+ Coverage   27.43%   29.53%   +2.09%     
==========================================
  Files         326      332       +6     
  Lines       37642    39060    +1418     
==========================================
+ Hits        10327    11535    +1208     
- Misses      27315    27525     +210     

see 37 files with indirect coverage changes

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/memmap2-0.6.2 branch 3 times, most recently from de8e710 to c2cc341 Compare May 25, 2023 23:48
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/memmap2-0.6.2 branch 4 times, most recently from 594dea3 to 9c581ef Compare June 5, 2023 22:30
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/memmap2-0.6.2 branch 7 times, most recently from 1460263 to 90ddf33 Compare June 15, 2023 22:31
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/memmap2-0.6.2 branch 2 times, most recently from f60265d to 6ab7bb4 Compare June 21, 2023 15:54
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.3 to 0.6.2.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.5.3...v0.6.2)

---
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.6.2 branch from 6ab7bb4 to bb3c1da Compare June 21, 2023 16:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2023

Superseded by #3258.

@dependabot dependabot bot closed this Jun 29, 2023
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/memmap2-0.6.2 branch June 29, 2023 09:56
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.

1 participant