From e8a557fdd8f93563c1cec95599d27a0abe3e71d1 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 1 Nov 2021 05:52:30 +0000 Subject: [PATCH] Update prometheus to v0.13.0 (#2757) ## Issue Addressed Closes #2485 --- Cargo.lock | 6 +++--- common/lighthouse_metrics/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2230424eaa..f5ce18f0594 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4258,16 +4258,16 @@ dependencies = [ [[package]] name = "prometheus" -version = "0.11.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d" +checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504" dependencies = [ "cfg-if 1.0.0", "fnv", "lazy_static", + "memchr", "parking_lot", "protobuf", - "regex", "thiserror", ] diff --git a/common/lighthouse_metrics/Cargo.toml b/common/lighthouse_metrics/Cargo.toml index b6d35e9eb8c..5c0acd9bd5e 100644 --- a/common/lighthouse_metrics/Cargo.toml +++ b/common/lighthouse_metrics/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] lazy_static = "1.4.0" -prometheus = "0.11.0" +prometheus = "0.13.0"