comparison rust/hg-core/Cargo.toml @ 49595:b78ae134ac92 stable

hg-core: relax dependencies pinning Being this rigid makes packagers' job more difficult since they might not carry the exact version. This hard pinning was introduced in eb02decdf but wasn't strictly necessary to achieve its compatibility goal.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 13:35:56 +0100
parents 04f1dba53c96
children 1b6be761c23d 812a9fbf4380
comparison
equal deleted inserted replaced
49594:88a8de821b5e 49595:b78ae134ac92
36 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] } 36 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
37 zstd = "0.5.3" 37 zstd = "0.5.3"
38 format-bytes = "0.3.0" 38 format-bytes = "0.3.0"
39 # once_cell 1.15 uses edition 2021, while the heptapod CI 39 # once_cell 1.15 uses edition 2021, while the heptapod CI
40 # uses an old version of Cargo that doesn't support it. 40 # uses an old version of Cargo that doesn't support it.
41 once_cell = "=1.14.0" 41 once_cell = "1.14.0"
42 42
43 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until 43 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
44 # we have a clearer view of which backend is the fastest. 44 # we have a clearer view of which backend is the fastest.
45 [dependencies.flate2] 45 [dependencies.flate2]
46 version = "1.0.22" 46 version = "1.0.22"