##// END OF EJS Templates
rust: Upgrade to format-bytes 0.3...
Simon Sapin -
r49323:d3ec8201 default
parent child Browse files
Show More
@@ -314,21 +314,19 b' dependencies = ['
314 314
315 315 [[package]]
316 316 name = "format-bytes"
317 version = "0.2.2"
317 version = "0.3.0"
318 318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "1c4e89040c7fd7b4e6ba2820ac705a45def8a0c098ec78d170ae88f1ef1d5762"
319 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
320 320 dependencies = [
321 321 "format-bytes-macros",
322 "proc-macro-hack",
323 322 ]
324 323
325 324 [[package]]
326 325 name = "format-bytes-macros"
327 version = "0.3.0"
326 version = "0.4.0"
328 327 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d"
328 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
330 329 dependencies = [
331 "proc-macro-hack",
332 330 "proc-macro2",
333 331 "quote",
334 332 "syn",
@@ -637,12 +635,6 b' dependencies = ['
637 635 ]
638 636
639 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 638 name = "proc-macro2"
647 639 version = "1.0.24"
648 640 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -33,7 +33,7 b' micro-timer = "0.3.0"'
33 33 log = "0.4.8"
34 34 memmap2 = {version = "0.4", features = ["stable_deref_trait"]}
35 35 zstd = "0.5.3"
36 format-bytes = "0.2.2"
36 format-bytes = "0.3.0"
37 37
38 38 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
39 39 # we have a clearer view of which backend is the fastest.
@@ -18,5 +18,5 b' log = "0.4.11"'
18 18 micro-timer = "0.3.1"
19 19 regex = "1.3.9"
20 20 env_logger = "0.7.1"
21 format-bytes = "0.2.1"
21 format-bytes = "0.3.0"
22 22 users = "0.11.0"
General Comments 0
You need to be logged in to leave comments. Login now