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.1 in /src/agent #3097

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps memmap2 from 0.5.3 to 0.6.1.

Changelog

Sourced from memmap2's changelog.

[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

[0.5.4] - 2022-06-04

Added

... (truncated)

Commits

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 May 11, 2023
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.3 to 0.6.1.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.5.3...v0.6.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.6.1 branch from 8cd2ca4 to d43f525 Compare May 16, 2023 18:58
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@f6473c6). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3097   +/-   ##
=======================================
  Coverage        ?   29.97%           
=======================================
  Files           ?      127           
  Lines           ?    13896           
  Branches        ?        0           
=======================================
  Hits            ?     4165           
  Misses          ?     9731           
  Partials        ?        0           

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2023

Superseded by #3134.

@dependabot dependabot bot closed this May 25, 2023
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/memmap2-0.6.1 branch May 25, 2023 09:59
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