Pin all metrics crate dependencies

We depend on the alpha version, where breaking changes are occurring
regularly. However, the metrics crate does not pin exact versions of
its dependencies, which can break our CI if a new alpha dependency is
released with breaking changes. Fortunately the metrics crate only has
a single metrics-* dependency, so we can just pin that as well.
This commit is contained in:
Jack Grigg 2020-12-22 12:28:31 +00:00
parent 8389389d37
commit c8e6fd9dfd

View file

@ -39,6 +39,7 @@ subtle = "2.3"
crossbeam-utils = "0.7"
ff = "0.8"
metrics = "=0.13.0-alpha.13"
metrics-macros = "=0.1.0-alpha.9"
num_cpus = "1.13"
rand = "0.7"