diff --git a/misc/metrics/Cargo.toml b/misc/metrics/Cargo.toml index 334a3f76..e1c61bc1 100644 --- a/misc/metrics/Cargo.toml +++ b/misc/metrics/Cargo.toml @@ -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" diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index 8cb0fcda..d408ec15 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -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"