diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-10 16:27:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 16:27:59 +0100 |
commit | a897fda74e372ff0e08c86a5468124b51f5941a7 (patch) | |
tree | 88b1d27a0b303ebb9cb73828cc1ec70e7ec2f447 /Cargo.toml | |
parent | 1f1179913adc4a0fdba36616bf576cfd2cc00deb (diff) | |
download | candle-a897fda74e372ff0e08c86a5468124b51f5941a7.tar.gz candle-a897fda74e372ff0e08c86a5468124b51f5941a7.tar.bz2 candle-a897fda74e372ff0e08c86a5468124b51f5941a7.zip |
Update memmap2 requirement from 0.7.1 to 0.9.3 (#1556)
Updates the requirements on [memmap2](https://github.com/RazrFalcon/memmap2-rs) to permit the latest version.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...v0.7.1)
---
updated-dependencies:
- dependency-name: memmap2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |