changeset 44935:2093b2fc70d4

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
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 02 Jun 2020 17:24:37 +0200
parents b2e5ec0c596b
children aa568b6c6a10
files rust/hg-core/Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]