diff -r 4afd6cc447b9 -r e834b79def74 rust/hg-core/src/vfs.rs --- a/rust/hg-core/src/vfs.rs Thu Sep 09 18:07:40 2021 +0200 +++ b/rust/hg-core/src/vfs.rs Fri Sep 10 09:53:09 2021 +0200 @@ -1,5 +1,5 @@ use crate::errors::{HgError, IoErrorContext, IoResultExt}; -use memmap::{Mmap, MmapOptions}; +use memmap2::{Mmap, MmapOptions}; use std::io::ErrorKind; use std::path::{Path, PathBuf};