Bump memmap from 0.6.2 to 0.7.0 (#8157)

Bumps [memmap](https://github.com/danburkert/memmap-rs) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/danburkert/memmap-rs/releases)
- [Commits](https://github.com/danburkert/memmap-rs/compare/0.6.2...0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-07 06:51:31 -07:00
committed by GitHub
parent 27c8ba6afc
commit 6246405afd
3 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ fs_extra = "1.1.0"
libc = "0.2.66"
libloading = "0.5.2"
log = "0.4.8"
memmap = "0.6.2"
memmap = "0.7.0"
rand = "0.6.5"
rayon = "1.2.0"
serde = { version = "1.0.104", features = ["rc"] }