Show More
@@ -314,21 +314,19 b' dependencies = [' | |||||
314 |
|
314 | |||
315 | [[package]] |
|
315 | [[package]] | |
316 | name = "format-bytes" |
|
316 | name = "format-bytes" | |
317 |
version = "0. |
|
317 | version = "0.3.0" | |
318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
318 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
319 | checksum = "1c4e89040c7fd7b4e6ba2820ac705a45def8a0c098ec78d170ae88f1ef1d5762" |
|
319 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" | |
320 | dependencies = [ |
|
320 | dependencies = [ | |
321 | "format-bytes-macros", |
|
321 | "format-bytes-macros", | |
322 | "proc-macro-hack", |
|
|||
323 | ] |
|
322 | ] | |
324 |
|
323 | |||
325 | [[package]] |
|
324 | [[package]] | |
326 | name = "format-bytes-macros" |
|
325 | name = "format-bytes-macros" | |
327 |
version = "0. |
|
326 | version = "0.4.0" | |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
327 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
329 | checksum = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d" |
|
328 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" | |
330 | dependencies = [ |
|
329 | dependencies = [ | |
331 | "proc-macro-hack", |
|
|||
332 | "proc-macro2", |
|
330 | "proc-macro2", | |
333 | "quote", |
|
331 | "quote", | |
334 | "syn", |
|
332 | "syn", | |
@@ -637,12 +635,6 b' dependencies = [' | |||||
637 | ] |
|
635 | ] | |
638 |
|
636 | |||
639 | [[package]] |
|
637 | [[package]] | |
640 | name = "proc-macro-hack" |
|
|||
641 | version = "0.5.19" |
|
|||
642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
643 | checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
|||
644 |
|
||||
645 | [[package]] |
|
|||
646 | name = "proc-macro2" |
|
638 | name = "proc-macro2" | |
647 | version = "1.0.24" |
|
639 | version = "1.0.24" | |
648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -33,7 +33,7 b' micro-timer = "0.3.0"' | |||||
33 | log = "0.4.8" |
|
33 | log = "0.4.8" | |
34 | memmap2 = {version = "0.4", features = ["stable_deref_trait"]} |
|
34 | memmap2 = {version = "0.4", features = ["stable_deref_trait"]} | |
35 | zstd = "0.5.3" |
|
35 | zstd = "0.5.3" | |
36 |
format-bytes = "0. |
|
36 | format-bytes = "0.3.0" | |
37 |
|
37 | |||
38 | # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until |
|
38 | # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until | |
39 | # we have a clearer view of which backend is the fastest. |
|
39 | # we have a clearer view of which backend is the fastest. |
General Comments 0
You need to be logged in to leave comments.
Login now