Skip to content

chore(deps): update prometheus-client requirement from 0.22 to 0.24#109

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/prometheus-client-0.24
Open

chore(deps): update prometheus-client requirement from 0.22 to 0.24#109
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/prometheus-client-0.24

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Updates the requirements on prometheus-client to permit the latest version.

Release notes

Sourced from prometheus-client's releases.

v0.24.1

What's Changed

New Contributors

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

Changelog

Sourced from prometheus-client's changelog.

[0.24.1]

Added

  • EncodeGaugeValue is implemented for usize and isize, and EncodeCounterValue is implemented for usize. See PR 282.

Fixed

  • EncodeGaugeValue, EncodeCounterValue and EncodeExemplarValue now use fewer as casts in their implementation. This caught an issue where EncodeGaugeValue would not error when encoding some u64s that don't fit in a i64. See PR 281.
  • Filter out empty metric families, to match the go client. See PR 279.
  • Histogram now exposes count() and sum() methods when the test-util feature is enabled. See PR 242.
  • Family now exposes a contains() method when the test-util feature is enabled. See PR 245.
  • Family now exposes len() and is_empty() methods when the test-util feature is enabled. See PR 246.

[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.

... (truncated)

Commits
  • 4a6d40a chore(Cargo.toml): prepare v0.24.1 release (#297)
  • 276bb9c feat(encoding): encode usize and isize (#282)
  • 3942d06 feat(metrics/family): 🍭 len() returns the number of metrics (#246)
  • bffe835 feat(metrics/family): 🍬 contains() checks if metrics exist (#245)
  • 77a034b feat(metrics/histogram): 🍪 count() and sum() accessors (#242)
  • e45cecf docs: fix sub_registry_with_prefix RustDoc (#289)
  • 1731b8e deps: update to pyo3 0.27 (#290)
  • 82ab3c4 fix(encoding): do not encode descriptor of empty family (#279)
  • 6bb0b10 refactor(encoding): remove as casts (#281)
  • 7844d86 chore: prepare v0.24.0 (#280)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/prometheus-client-0.24 branch 3 times, most recently from 50dce72 to d769ada Compare April 12, 2026 08:25
@dependabot dependabot Bot force-pushed the dependabot/cargo/prometheus-client-0.24 branch 6 times, most recently from ef83336 to 755b6a2 Compare April 28, 2026 02:51
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.22.0...v0.24.1)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-version: 0.24.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/cargo/prometheus-client-0.24 branch from 755b6a2 to d3a4979 Compare May 1, 2026 16:22
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.

0 participants