comparison rust/Cargo.lock @ 47955:e834b79def74

rust: Switch to the memmap2-rs crate https://github.com/RazrFalcon/memmap2-rs This is a fork of the original memmap crate which appears to be unmaintained: https://github.com/danburkert/memmap-rs/issues/90 This fork is the most popular according to https://crates.io/keywords/mmap Differential Revision: https://phab.mercurial-scm.org/D11397
author Simon Sapin <simon.sapin@octobus.net>
date Fri, 10 Sep 2021 09:53:09 +0200
parents 4afd6cc447b9
children 4e6f27230aee
comparison
equal deleted inserted replaced
47954:4afd6cc447b9 47955:e834b79def74
386 "home", 386 "home",
387 "im-rc", 387 "im-rc",
388 "itertools", 388 "itertools",
389 "lazy_static", 389 "lazy_static",
390 "log", 390 "log",
391 "memmap", 391 "memmap2",
392 "micro-timer", 392 "micro-timer",
393 "pretty_assertions", 393 "pretty_assertions",
394 "rand", 394 "rand",
395 "rand_distr", 395 "rand_distr",
396 "rand_pcg", 396 "rand_pcg",
510 version = "2.3.4" 510 version = "2.3.4"
511 source = "registry+https://github.com/rust-lang/crates.io-index" 511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 512 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
513 513
514 [[package]] 514 [[package]]
515 name = "memmap" 515 name = "memmap2"
516 version = "0.7.0" 516 version = "0.3.1"
517 source = "registry+https://github.com/rust-lang/crates.io-index" 517 source = "registry+https://github.com/rust-lang/crates.io-index"
518 checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" 518 checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
519 dependencies = [ 519 dependencies = [
520 "libc", 520 "libc",
521 "winapi",
522 ] 521 ]
523 522
524 [[package]] 523 [[package]]
525 name = "memoffset" 524 name = "memoffset"
526 version = "0.6.1" 525 version = "0.6.1"