rust-dependencies: upgrade `micro-timer` dependency
authorRaphaël Gomès <rgomes@octobus.net>
Tue, 02 Jun 2020 17:24:37 +0200
changeset 44935 2093b2fc70d4
parent 44934 b2e5ec0c596b
child 44936 aa568b6c6a10
rust-dependencies: upgrade `micro-timer` dependency I wanted to to a tour of dependencies to upgrade, but only `micro-timer` has a new release which does not print when the function panics, which should be less misleading. Differential Revision: https://phab.mercurial-scm.org/D8605
rust/hg-core/Cargo.toml
--- a/rust/hg-core/Cargo.toml	Wed Jun 03 12:04:38 2020 -0700
+++ b/rust/hg-core/Cargo.toml	Tue Jun 02 17:24:37 2020 +0200
@@ -21,7 +21,7 @@
 twox-hash = "1.5.0"
 same-file = "1.0.6"
 crossbeam = "0.7.3"
-micro-timer = "0.2.1"
+micro-timer = "0.3.0"
 log = "0.4.8"
 
 [dev-dependencies]