chore: bump memmap2 from 0.5.2 to 0.5.3 (#23475)

* chore: bump memmap2 from 0.5.2 to 0.5.3

Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.2 to 0.5.3.
- [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.2...v0.5.3)

---
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 <you@example.com>
This commit is contained in:
dependabot[bot]
2022-03-03 14:45:07 -07:00
committed by GitHub
parent 62d2a4cd88
commit afda8c4020
6 changed files with 16 additions and 16 deletions

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
solana-sdk = { path = "../sdk", version = "=1.10.1" }
memmap2 = "0.5.2"
memmap2 = "0.5.3"
log = { version = "0.4.11" }
solana-measure = { path = "../measure", version = "=1.10.1" }
rand = "0.7.0"