Switch from memmap to memmap2.

See https://rustsec.org/advisories/RUSTSEC-2020-0077
This commit is contained in:
Dan Gohman
2021-02-16 11:55:27 -08:00
parent d598883f3a
commit b396f6dc6f
5 changed files with 9 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ file-per-thread-logger = "0.1.2"
filecheck = "0.5.0"
gimli = { version = "0.23.0", default-features = false, features = ["read"] }
log = "0.4.6"
memmap = "0.7.0"
memmap2 = "0.2.1"
num_cpus = "1.8.0"
target-lexicon = "0.11"
thiserror = "1.0.15"