Skip to content

Commit

Permalink
build(deps): Update prometheus-client requirement from 0.17.0 to 0.18…
Browse files Browse the repository at this point in the history
….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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 17, 2022
1 parent 67266c6 commit d2c5053
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions misc/metrics/CHANGELOG.md
Expand Up @@ -16,9 +16,9 @@

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ libp2p-kad = { version = "0.39.0", path = "../../protocols/kad", optional = true
libp2p-ping = { version = "0.38.0", path = "../../protocols/ping", optional = true }
libp2p-relay = { version = "0.11.0", path = "../../protocols/relay", optional = true }
libp2p-swarm = { version = "0.38.0", path = "../../swarm" }
prometheus-client = "0.17.0"
prometheus-client = "0.18.0"

[target.'cfg(not(target_os = "unknown"))'.dependencies]
libp2p-gossipsub = { version = "0.40.0", path = "../../protocols/gossipsub", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions protocols/gossipsub/CHANGELOG.md
Expand Up @@ -4,9 +4,9 @@

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

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

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

# 0.39.0

Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
wasm-timer = "0.2.5"
instant = "0.1.11"
# Metrics dependencies
prometheus-client = "0.17.0"
prometheus-client = "0.18.0"

[dev-dependencies]
async-std = "1.6.3"
Expand Down

0 comments on commit d2c5053

Please sign in to comment.