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

@ -35,7 +35,7 @@ hex = "0.4.0"
hmac = "0.7.0"
itertools = { version = "0.8.2" }
log = { version = "0.4.8" }
memmap = { version = "0.6.2", optional = true }
memmap = { version = "0.7.0", optional = true }
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
pbkdf2 = { version = "0.3.0", default-features = false }