Skip to content

Bump prometheus-client from 0.23.1 to 0.24.0#340

Merged
jessfraz merged 1 commit into
mainfrom
dependabot/cargo/prometheus-client-0.24.0
Mar 8, 2026
Merged

Bump prometheus-client from 0.23.1 to 0.24.0#340
jessfraz merged 1 commit into
mainfrom
dependabot/cargo/prometheus-client-0.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 7, 2026

Copy link
Copy Markdown
Contributor

Bumps prometheus-client from 0.23.1 to 0.24.0.

Release notes

Sourced from prometheus-client's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: prometheus/client_rust@v0.23.1...v0.24.0

Changelog

Sourced from prometheus-client's changelog.

[0.24.0]

Added

  • EncodeLabelSet is now implemented for tuples (A: EncodeLabelSet, B: EncodeLabelSet). See PR 257.

  • Family::get_or_create_owned can access a metric in a labeled family. This method avoids the risk of runtime deadlocks at the expense of creating an owned type. See PR 244.

  • impl<T: Collector> Collector for std::sync::Arc<T>. See PR 273.

Changed

  • EncodeLabelSet::encode() now accepts a mutable reference to its encoder parameter.
  • Exemplar timestamps can now be passed, which are required for convert_classic_histograms_to_nhcb: true in Prometheus scraping. See PR 276.
Commits
  • 7844d86 chore: prepare v0.24.0 (#280)
  • 0355911 feat: support timestamp encoding in exemplars (#276)
  • 970606a feat: impl<T: Collector> Collector for std::sync::Arc<T> (#273)
  • 1d5824a chore: fix clippy complaints from Rust 1.89.0 (#277)
  • cd3c3e8 fix: remove unnecessary Sized boundaries (#274)
  • 930aa08 chore: fix minor clippy lints (#275)
  • adc7c4e fix(derive-encode): expand prelude symbols to absolute paths (#265)
  • 60e44ad ci: bump actions/cache to v4 (#264)
  • ab152ee docs: add example using std::io::Write (#261)
  • 377ca2d feat(metrics/family): 🍫 add Family::get_or_create_owned() (#244)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.23.1 to 0.24.0.
- [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.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 7, 2026
@dependabot
dependabot Bot requested review from iterion and paultag as code owners March 7, 2026 21:24
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 7, 2026
@dependabot
dependabot Bot requested a review from jessfraz as a code owner March 7, 2026 21:24
@dependabot dependabot Bot added the rust Pull requests that update Rust code label Mar 7, 2026

@jessfraz jessfraz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval.

@jessfraz
jessfraz merged commit e229dfc into main Mar 8, 2026
4 of 10 checks passed
@jessfraz
jessfraz deleted the dependabot/cargo/prometheus-client-0.24.0 branch March 8, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant