rust/hg-core/Cargo.toml
branchstable
changeset 49417 1bad05cfc818
parent 49279 127d33e63d1a
child 49520 eb02decdf0ab
equal deleted inserted replaced
49408:82efc31bd152 49417:1bad05cfc818
    27 regex = "1.5.5"
    27 regex = "1.5.5"
    28 sha-1 = "0.10.0"
    28 sha-1 = "0.10.0"
    29 twox-hash = "1.6.2"
    29 twox-hash = "1.6.2"
    30 same-file = "1.0.6"
    30 same-file = "1.0.6"
    31 tempfile = "3.1.0"
    31 tempfile = "3.1.0"
    32 crossbeam-channel = "0.4"
    32 crossbeam-channel = "0.5.0"
    33 micro-timer = "0.3.0"
    33 micro-timer = "0.4.0"
    34 log = "0.4.8"
    34 log = "0.4.8"
    35 memmap2 = {version = "0.4", features = ["stable_deref_trait"]}
    35 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
    36 zstd = "0.5.3"
    36 zstd = "0.5.3"
    37 format-bytes = "0.3.0"
    37 format-bytes = "0.3.0"
    38 
    38 
    39 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    39 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    40 # we have a clearer view of which backend is the fastest.
    40 # we have a clearer view of which backend is the fastest.