build(deps): Update open-metrics-client requirement (#2412)

Updates the requirements on [open-metrics-client](https://github.com/mxinden/rust-open-metrics-client) to permit the latest version.
- [Release notes](https://github.com/mxinden/rust-open-metrics-client/releases)
- [Changelog](https://github.com/mxinden/rust-open-metrics-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mxinden/rust-open-metrics-client/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: open-metrics-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
dependabot[bot]
2021-12-30 15:50:00 +01:00
committed by GitHub
parent 4b5283643d
commit 41826adb48
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ libp2p-identify = { version = "0.33.0", path = "../../protocols/identify", optio
libp2p-kad = { version = "0.34.0", path = "../../protocols/kad", optional = true }
libp2p-ping = { version = "0.33.0", path = "../../protocols/ping", optional = true }
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }
open-metrics-client = "0.13.0"
open-metrics-client = "0.14.0"
[dev-dependencies]
env_logger = "0.8.1"

View File

@@ -31,7 +31,7 @@ futures-timer = "3.0.2"
pin-project = "1.0.8"
instant = "0.1.11"
# Metrics dependencies
open-metrics-client = "0.13.0"
open-metrics-client = "0.14.0"
[dev-dependencies]
async-std = "1.6.3"