chore: bump memmap2 from 0.4.0 to 0.5.0 (#20057)

* chore: bump memmap2 from 0.4.0 to 0.5.0

Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.4.0 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](https://github.com/RazrFalcon/memmap2-rs/compare/v0.4.0...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>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-09-21 17:20:49 -06:00
committed by GitHub
parent 3d0db28d12
commit 1b58166e9d
6 changed files with 16 additions and 16 deletions

View File

@ -1489,9 +1489,9 @@ dependencies = [
[[package]]
name = "memmap2"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8"
checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
dependencies = [
"libc",
]
@ -2796,7 +2796,7 @@ version = "1.8.0"
dependencies = [
"fs_extra",
"log",
"memmap2 0.4.0",
"memmap2 0.5.0",
"rand 0.7.3",
"rayon",
"solana-logger 1.8.0",
@ -2981,7 +2981,7 @@ dependencies = [
"bv",
"generic-array 0.14.4",
"log",
"memmap2 0.4.0",
"memmap2 0.5.0",
"rustc_version 0.4.0",
"serde",
"serde_derive",
@ -3226,7 +3226,7 @@ dependencies = [
"itertools 0.10.1",
"lazy_static",
"log",
"memmap2 0.4.0",
"memmap2 0.5.0",
"num_cpus",
"ouroboros",
"rand 0.7.3",
@ -3280,7 +3280,7 @@ dependencies = [
"lazy_static",
"libsecp256k1 0.6.0",
"log",
"memmap2 0.4.0",
"memmap2 0.5.0",
"num-derive",
"num-traits",
"pbkdf2 0.9.0",