mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
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:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user