Mercurial > hg-stable
comparison rust/Cargo.lock @ 44605:f451a347d21a
rust: update micro-timer dependency
The new version uses a much more robust technique and should remove any existing
risk of bad compiler error or performance hit.
Differential Revision: https://phab.mercurial-scm.org/D8319
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Mon, 23 Mar 2020 12:07:45 +0100 |
parents | 245aec57d76a |
children | d31d1c0685be |
comparison
equal
deleted
inserted
replaced
44604:e62052d0f377 | 44605:f451a347d21a |
---|---|
233 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 233 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
234 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", | 234 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
235 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 235 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
236 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 236 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
237 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 237 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
238 "micro-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 238 "micro-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
239 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 239 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
240 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 240 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
241 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 241 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
242 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 242 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
243 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 243 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
302 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 302 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
303 ] | 303 ] |
304 | 304 |
305 [[package]] | 305 [[package]] |
306 name = "micro-timer" | 306 name = "micro-timer" |
307 version = "0.1.2" | 307 version = "0.2.1" |
308 source = "registry+https://github.com/rust-lang/crates.io-index" | |
309 dependencies = [ | |
310 "micro-timer-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
311 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
312 ] | |
313 | |
314 [[package]] | |
315 name = "micro-timer-macros" | |
316 version = "0.2.0" | |
308 source = "registry+https://github.com/rust-lang/crates.io-index" | 317 source = "registry+https://github.com/rust-lang/crates.io-index" |
309 dependencies = [ | 318 dependencies = [ |
310 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | 319 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
311 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 320 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
321 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
312 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", | 322 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
313 ] | 323 ] |
314 | 324 |
315 [[package]] | 325 [[package]] |
316 name = "num-integer" | 326 name = "num-integer" |
776 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 786 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
777 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | 787 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
778 "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" | 788 "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
779 "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" | 789 "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
780 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 790 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
781 "checksum micro-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "16439fea388f712c1df7737ceb8f784d407844624b4796faf1e1bf8bbaa97445" | 791 "checksum micro-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "987429cd6162a80ed5ff44fc790f5090b1c6d617ac73a2e272965ed91201d79b" |
792 "checksum micro-timer-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43cec5c0b38783eb33ef7bccf4b250b7a085703e11f5f2238fa31969e629388a" | |
782 "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" | 793 "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" |
783 "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | 794 "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
784 "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" | 795 "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
785 "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" | 796 "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
786 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | 797 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |