Skip to content

build(deps): bump prometheus-client from 0.23.1 to 0.24.1#4476

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

build(deps): bump prometheus-client from 0.23.1 to 0.24.1#4476
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/prometheus-client-0.24.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps prometheus-client from 0.23.1 to 0.24.1.

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

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 31, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 31, 2026 10:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 31, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/prometheus-client-0.24.1 branch from a4ac650 to b1120d9 Compare April 13, 2026 17:35
Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.23.1 to 0.24.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/prometheus-client-0.24.1 branch from b1120d9 to 7cd0da4 Compare April 15, 2026 20:03
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