chore: bump memmap2 from 0.3.1 to 0.4.0 (#19974)

* chore: bump memmap2 from 0.3.1 to 0.4.0

Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.3.1 to 0.4.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.3.1...v0.4.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 <you@example.com>
This commit is contained in:
dependabot[bot]
2021-09-17 10:00:12 -06:00
committed by GitHub
parent 376b20c3d2
commit b8106e2450
5 changed files with 13 additions and 13 deletions

View File

@ -1483,9 +1483,9 @@ dependencies = [
[[package]]
name = "memmap2"
version = "0.3.1"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8"
dependencies = [
"libc",
]
@ -2960,7 +2960,7 @@ dependencies = [
"bv",
"generic-array 0.14.4",
"log",
"memmap2 0.3.1",
"memmap2 0.4.0",
"rustc_version 0.4.0",
"serde",
"serde_derive",
@ -3205,7 +3205,7 @@ dependencies = [
"itertools 0.10.1",
"lazy_static",
"log",
"memmap2 0.3.1",
"memmap2 0.4.0",
"num_cpus",
"ouroboros",
"rand 0.7.3",
@ -3258,7 +3258,7 @@ dependencies = [
"lazy_static",
"libsecp256k1 0.6.0",
"log",
"memmap2 0.3.1",
"memmap2 0.4.0",
"num-derive",
"num-traits",
"pbkdf2 0.9.0",