Skip to content

Commit 240de9f

Browse files
authored
chore(deps): bump prometheus-client
This PR - upgrade `prometheus-client` from `0.22` to `0.23` Pull-Request: #5960.
1 parent c98adda commit 240de9f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ hickory-resolver = { version = "0.25.0-alpha.4", default-features = false }
131131
multiaddr = "0.18.1"
132132
multihash = "0.19.1"
133133
multistream-select = { version = "0.13.0", path = "misc/multistream-select" }
134-
prometheus-client = "0.22.2"
134+
prometheus-client = "0.23"
135135
quick-protobuf-codec = { version = "0.3.1", path = "misc/quick-protobuf-codec" }
136136
quickcheck = { package = "quickcheck-ext", path = "misc/quickcheck-ext" }
137137
rcgen = "0.13"

protocols/gossipsub/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
- Fix messages were published to all floodsub peers regardless of their topic.
2525
See [PR 5904](https://github.com/libp2p/rust-libp2p/pull/5904)
2626

27+
- Upgrade `prometheus-client` to `v0.23`
28+
See [PR 5960](https://github.com/libp2p/rust-libp2p/pull/5960).
29+
2730
## 0.48.0
2831

2932
- Allow broadcasting `IDONTWANT` messages when publishing to avoid downloading data that is already available.

0 commit comments

Comments
 (0)