Skip to content

Commit 55e8aea

Browse files
deps: bump prometheus-client from 0.19.0 to 0.20.0
Pull-Request: #3754.
1 parent 2d81b99 commit 55e8aea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ hyper = { version = "0.14", features = ["server", "tcp", "http1"] }
1212
libp2p = { path = "../../libp2p", features = ["async-std", "metrics", "ping", "noise", "identify", "tcp", "yamux", "macros"] }
1313
log = "0.4.0"
1414
tokio = { version = "1", features = ["rt-multi-thread"] }
15-
prometheus-client = "0.19.0"
15+
prometheus-client = "0.20.0"

misc/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libp2p-ping = { workspace = true, optional = true }
2727
libp2p-relay = { workspace = true, optional = true }
2828
libp2p-swarm = { workspace = true }
2929
libp2p-identity = { workspace = true }
30-
prometheus-client = "0.19.0"
30+
prometheus-client = "0.20.0"
3131

3232
[target.'cfg(not(target_os = "unknown"))'.dependencies]
3333
libp2p-gossipsub = { workspace = true, optional = true }

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ wasm-timer = "0.2.5"
3535
instant = "0.1.11"
3636
void = "1.0.2"
3737
# Metrics dependencies
38-
prometheus-client = "0.19.0"
38+
prometheus-client = "0.20.0"
3939

4040
[dev-dependencies]
4141
async-std = { version = "1.6.3", features = ["unstable"] }

0 commit comments

Comments
 (0)