Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett
Upgrade memmap to memmap2 memmap is no longer maintained. memmap2 is a fork that is still maintained. https://rustsec.org/advisories/RUSTSEC-2020-0077.html The remaining use of memmap is through measureme.
This commit is contained in:
commit
23128c4183
7 changed files with 18 additions and 8 deletions
|
|
@ -123,6 +123,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
|
|||
"measureme",
|
||||
"memchr",
|
||||
"memmap",
|
||||
"memmap2",
|
||||
"memoffset",
|
||||
"miniz_oxide",
|
||||
"num_cpus",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue