Skip to content

Commit d2c5053

Browse files
build(deps): Update prometheus-client requirement from 0.17.0 to 0.18.0 (#2822)
* build(deps): Update prometheus-client requirement from 0.17.0 to 0.18.0 Updates the requirements on [prometheus-client](https://github.com/prometheus/client_rust) to permit the latest version. - [Release notes](https://github.com/prometheus/client_rust/releases) - [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md) - [Commits](prometheus/client_rust@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67266c6 commit d2c5053

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

misc/metrics/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
- Update to `libp2p-core` `v0.35.0`.
1818

19-
- Update to `prometheus-client` `v0.17.0`. See [PR 2761].
19+
- Update to `prometheus-client` `v0.18.0`. See [PR 2822].
2020

21-
[PR 2761]: https://github.com/libp2p/rust-libp2p/pull/2761/
21+
[PR 2822]: https://github.com/libp2p/rust-libp2p/pull/2761/
2222

2323
[PR 2734]: https://github.com/libp2p/rust-libp2p/pull/2734/
2424

misc/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libp2p-kad = { version = "0.39.0", path = "../../protocols/kad", optional = true
2626
libp2p-ping = { version = "0.38.0", path = "../../protocols/ping", optional = true }
2727
libp2p-relay = { version = "0.11.0", path = "../../protocols/relay", optional = true }
2828
libp2p-swarm = { version = "0.38.0", path = "../../swarm" }
29-
prometheus-client = "0.17.0"
29+
prometheus-client = "0.18.0"
3030

3131
[target.'cfg(not(target_os = "unknown"))'.dependencies]
3232
libp2p-gossipsub = { version = "0.40.0", path = "../../protocols/gossipsub", optional = true }

protocols/gossipsub/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
- Update to `libp2p-core` `v0.35.0`.
66

7-
- Update to `prometheus-client` `v0.17.0`. See [PR 2761].
7+
- Update to `prometheus-client` `v0.18.0`. See [PR 2822].
88

9-
[PR 2761]: https://github.com/libp2p/rust-libp2p/pull/2761/
9+
[PR 2822]: https://github.com/libp2p/rust-libp2p/pull/2761/
1010

1111
# 0.39.0
1212

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
3131
wasm-timer = "0.2.5"
3232
instant = "0.1.11"
3333
# Metrics dependencies
34-
prometheus-client = "0.17.0"
34+
prometheus-client = "0.18.0"
3535

3636
[dev-dependencies]
3737
async-std = "1.6.3"

0 commit comments

Comments
 (0)