rust/hg-core/Cargo.toml
changeset 46499 eace48b4a786
parent 46483 2845892dd489
child 46594 f88e8ae0aa8f
--- a/rust/hg-core/Cargo.toml	Thu Feb 04 13:32:11 2021 -0800
+++ b/rust/hg-core/Cargo.toml	Mon Feb 08 11:13:56 2021 +0100
@@ -29,7 +29,7 @@
 memmap = "0.7.0"
 zstd = "0.5.3"
 rust-crypto = "0.2.36"
-format-bytes = "0.1.2"
+format-bytes = "0.2.0"
 
 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
 # we have a clearer view of which backend is the fastest.