[Request] [+ ] D8605: rust-dependencies: upgrade `micro-timer` dependency
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Tue Jun 2 15:24:59 UTC 2020
Alphare created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
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.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D8605
AFFECTED FILES
rust/hg-core/Cargo.toml
CHANGE DETAILS
diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml
--- a/rust/hg-core/Cargo.toml
+++ b/rust/hg-core/Cargo.toml
@@ -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]
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200602/5efe1e12/attachment.html>
More information about the Mercurial-patches
mailing list