rust/hg-core/Cargo.toml
changeset 47380 fad504cfc94b
parent 47349 7138c863d0a1
child 47954 4afd6cc447b9
--- 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