Update prometheus to v0.13.0 (#2757)

## Issue Addressed

Closes #2485
This commit is contained in:
Michael Sproul 2021-11-01 05:52:30 +00:00
parent e2c0650d16
commit e8a557fdd8
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -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",
]

View File

@ -8,4 +8,4 @@ edition = "2018"
[dependencies]
lazy_static = "1.4.0"
prometheus = "0.11.0"
prometheus = "0.13.0"