Bump memmap2 from 0.5.0 to 0.5.1 (#22409)

* Bump memmap2 from 0.5.0 to 0.5.1

Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.0 to 0.5.1.
- [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.5.0...v0.5.1)

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

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]
2022-01-10 11:14:56 -07:00
committed by GitHub
parent 5f1f4dcbdd
commit 04a2c19c87
6 changed files with 16 additions and 16 deletions

View File

@ -1605,9 +1605,9 @@ dependencies = [
[[package]]
name = "memmap2"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
checksum = "9e8b95e4fb3de48d767d3537f161168d3a7b0d4c5dfbe26431ea3acf98432675"
dependencies = [
"libc",
]
@ -3016,7 +3016,7 @@ name = "solana-bucket-map"
version = "1.10.0"
dependencies = [
"log",
"memmap2 0.5.0",
"memmap2 0.5.1",
"rand 0.7.3",
"solana-measure",
"solana-sdk",
@ -3174,7 +3174,7 @@ dependencies = [
"bv",
"generic-array 0.14.5",
"log",
"memmap2 0.5.0",
"memmap2 0.5.1",
"rustc_version 0.4.0",
"serde",
"serde_derive",
@ -3445,7 +3445,7 @@ dependencies = [
"itertools 0.10.3",
"lazy_static",
"log",
"memmap2 0.5.0",
"memmap2 0.5.1",
"num-derive",
"num-traits",
"num_cpus",
@ -3502,7 +3502,7 @@ dependencies = [
"lazy_static",
"libsecp256k1 0.6.0",
"log",
"memmap2 0.5.0",
"memmap2 0.5.1",
"num-derive",
"num-traits",
"pbkdf2 0.10.0",