Merge pull request #2704 from influxdata/dependabot/cargo/prometheus-0.13.0

chore(deps): bump prometheus from 0.12.0 to 0.13.0
pull/24376/head
kodiakhq[bot] 2021-10-04 08:18:49 +00:00 committed by GitHub
commit 846db0f1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3074,9 +3074,9 @@ dependencies = [
[[package]]
name = "prometheus"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c"
checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"
dependencies = [
"cfg-if",
"fnv",

View File

@ -8,7 +8,7 @@ edition = "2018"
observability_deps = { path = "../observability_deps" }
metric = { path = "../metric" }
prometheus = { version = "0.12", default-features = false }
prometheus = { version = "0.13", default-features = false }
[dev-dependencies] # In alphabetical order
test_helpers = { path = "../test_helpers" }