diff -r 3ae7c43ad8aa -r 92e23ba257d1 rust/hg-core/Cargo.toml --- a/rust/hg-core/Cargo.toml Mon Sep 30 16:02:30 2024 +0200 +++ b/rust/hg-core/Cargo.toml Mon Sep 30 16:04:51 2024 +0200 @@ -16,6 +16,7 @@ hashbrown = { version = "0.13.1", features = ["rayon"] } home = "0.5.4" im-rc = "15.1.0" +indicatif = "0.17.8" itertools = "0.10.5" lazy_static = "1.4.0" libc = "0.2.137"