diff --git a/Cargo.toml b/Cargo.toml index 7eda732c..2225c42e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ imageproc = { version = "0.23.0", default-features = false } intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] } libc = { version = "0.2.147" } log = "0.4" -memmap2 = { version = "0.7.1", features = ["stable_deref_trait"] } +memmap2 = { version = "0.9.3", features = ["stable_deref_trait"] } num_cpus = "1.15.0" num-traits = "0.2.15" parquet = { version = "45.0.0" }