rust/hg-core/Cargo.toml
changeset 49005 12adf8c695ed
parent 48953 ec8d9b5a5e7c
parent 49000 dd6b67d5c256
child 49279 127d33e63d1a
equal deleted inserted replaced
48997:20c6c9e43397 49005:12adf8c695ed
    16 hashbrown = { version = "0.9.1", features = ["rayon"] }
    16 hashbrown = { version = "0.9.1", features = ["rayon"] }
    17 home = "0.5.3"
    17 home = "0.5.3"
    18 im-rc = "15.0.0"
    18 im-rc = "15.0.0"
    19 itertools = "0.10.3"
    19 itertools = "0.10.3"
    20 lazy_static = "1.4.0"
    20 lazy_static = "1.4.0"
    21 libc = "0.2.119"
    21 libc = "0.2"
    22 rand = "0.8.5"
    22 ouroboros = "0.15.0"
       
    23 rand = "0.8.4"
    23 rand_pcg = "0.3.1"
    24 rand_pcg = "0.3.1"
    24 rand_distr = "0.4.3"
    25 rand_distr = "0.4.3"
    25 rayon = "1.5.1"
    26 rayon = "1.5.1"
    26 regex = "1.5.5"
    27 regex = "1.5.5"
    27 sha-1 = "0.10.0"
    28 sha-1 = "0.10.0"
    28 twox-hash = "1.6.2"
    29 twox-hash = "1.6.2"
    29 same-file = "1.0.6"
    30 same-file = "1.0.6"
    30 stable_deref_trait = "1.2.0"
    31 tempfile = "3.1.0"
    31 tempfile = "3.3.0"
    32 crossbeam-channel = "0.4"
    32 crossbeam-channel = "0.5.2"
    33 micro-timer = "0.3.0"
    33 micro-timer = "0.4.0"
    34 log = "0.4.8"
    34 log = "0.4.14"
    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.