diff -r f6bb181c75f8 -r fad504cfc94b rust/hg-core/Cargo.toml --- a/rust/hg-core/Cargo.toml Wed Jun 02 18:03:43 2021 +0200 +++ b/rust/hg-core/Cargo.toml Wed Jun 02 10:00:50 2021 +0200 @@ -21,6 +21,7 @@ rand_distr = "0.2.2" rayon = "1.3.0" regex = "1.3.9" +sha-1 = "0.9.6" twox-hash = "1.5.0" same-file = "1.0.6" tempfile = "3.1.0" @@ -29,7 +30,6 @@ log = "0.4.8" memmap = "0.7.0" zstd = "0.5.3" -rust-crypto = "0.2.36" format-bytes = "0.2.2" # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until