rust/hg-core/Cargo.toml
changeset 46735 12d59eec7f1d
parent 46594 f88e8ae0aa8f
child 46890 441024b279a6
--- a/rust/hg-core/Cargo.toml	Fri Mar 12 22:38:40 2021 +0100
+++ b/rust/hg-core/Cargo.toml	Thu Mar 04 13:30:20 2021 +0100
@@ -28,7 +28,7 @@
 memmap = "0.7.0"
 zstd = "0.5.3"
 rust-crypto = "0.2.36"
-format-bytes = "0.2.0"
+format-bytes = "0.2.2"
 
 # 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.