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

Bump memmap2 from 0.3.1 to 0.5.0 in /src/agent #1254

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2021

Bumps memmap2 from 0.3.1 to 0.5.0.

Changelog

Sourced from memmap2's changelog.

[0.5.0] - 2021-09-19

Added

  • MmapOptions accepts any type that supports RawHandle/RawFd returning now. This allows using memmap2 not only with Rust std types, but also with async-std one. @​adamreichold
  • (unix) Memoize page size to avoid repeatedly calling into sysconf machinery. @​adamreichold

Changed

  • (win) Use std::os::windows::io::AsRawHandle directly, without relying on std::fs::File. @​adamreichold
  • Do not panic when failing to release resources in Drop impls. @​adamreichold

[0.4.0] - 2021-09-16

Added

Changed

  • Mapping of zero-sized files is no longer an error. @​SimonSapin
  • MSRV changed from 1.31 to 1.36
Commits
  • a6dc522 Version bump.
  • 8f19b19 Do not panic when failing to release resources in Drop impls.
  • 0632c6a Rebase Windows support onto RawHandle instead of File.
  • fcf489c Extend MmapAsRawDesc to handle anything implementing AsRawFd.
  • 42b688f Try to slightly simplify cfg and use structure in crate root.
  • 632c179 Avoid zeroing out large struct stat which will be initialized by the system c...
  • 780de5c Memoize page size to avoid repeatedly calling into sysconf machinery.
  • 4099235 Version bump.
  • 1183449 Support zero-size Mmap and MmapMut
  • f86150b Implement the StableDeref trait
  • See full diff 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)

Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.3.1 to 0.5.0.
- [Release notes](https://github.com/RazrFalcon/memmap2-rs/releases)
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.3.1...v0.5.0)

---
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 added the dependencies Pull requests that update a dependency file label Sep 20, 2021
@bmc-msft bmc-msft enabled auto-merge (squash) September 20, 2021 19:36
@bmc-msft bmc-msft merged commit 770b785 into main Sep 20, 2021
@bmc-msft bmc-msft deleted the dependabot/cargo/src/agent/memmap2-0.5.0 branch September 20, 2021 19:36
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant