Bump metrics-exporter-prometheus from 0.6.1 to 0.7.0

Bumps [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/metrics-rs/metrics/releases)
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](https://github.com/metrics-rs/metrics/compare/metrics-exporter-prometheus-v0.6.1...metrics-exporter-prometheus-v0.7.0)

---
updated-dependencies:
- dependency-name: metrics-exporter-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-17 23:37:56 +00:00 committed by Deirdre Connolly
parent a4d1a1801c
commit cb213210b1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1930,9 +1930,9 @@ dependencies = [
[[package]]
name = "metrics-exporter-prometheus"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343a5ceb38235928e7a5687412590f07e6d281522dcd9ff51246f8856eef5fe5"
checksum = "aee04ed06085ea4eb1e1378c4fd973d95e0d3e32897913cd58aedc3b10e71452"
dependencies = [
"hyper",
"ipnet",

View File

@ -38,7 +38,7 @@ tracing-journald = "0.1.0"
tracing-subscriber = { version = "0.2.25", features = ["tracing-log"] }
tracing-error = "0.1.2"
metrics = "0.17.0"
metrics-exporter-prometheus = "0.6.1"
metrics-exporter-prometheus = "0.7.0"
dirs = "4.0.0"
inferno = { version = "0.10.8", default-features = false }