Skip to content

Bump prometheus from 0.13.4 to 0.14.0#4097

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/prometheus-0.14.0
Open

Bump prometheus from 0.13.4 to 0.14.0#4097
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/prometheus-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Copy link
Copy Markdown
Contributor

Bumps prometheus from 0.13.4 to 0.14.0.

Changelog

Sourced from prometheus's changelog.

0.14.0

  • API change: Use AsRef<str> for owned label values (#537)

  • Improvement: Hashing improvements (#532)

  • Dependency upgrade: Update hyper to 1.6 (#524)

  • Dependency upgrade: Update procfs to 0.17 (#543)

  • Dependency upgrade: Update protobuf to 3.7.2 for RUSTSEC-2024-0437 (#541)

  • Dependency upgrade: Update thiserror to 2.0 (#534)

  • Internal change: Fix LSP and Clippy warnings (#540)

  • Internal change: Bump MSRV to 1.81 (#539)

  • Documentation: Fix register_histogram_vec_with_registry docstring (#528)

  • Documentation: Fix typos in static-metric docstrings (#479)

  • Documentation: Add missing protobuf feature to README list (#531)

Commits

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 Oct 20, 2025
@dependabot dependabot Bot requested a review from a team as a code owner October 20, 2025 19:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 20, 2025

@divviup-github-automation divviup-github-automation 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.

Auto-approving dependabot PR.

@dependabot dependabot Bot force-pushed the dependabot/cargo/main/prometheus-0.14.0 branch from 1c149be to 5266e19 Compare October 20, 2025 20:54
@dependabot dependabot Bot force-pushed the dependabot/cargo/main/prometheus-0.14.0 branch from 5266e19 to 0566d38 Compare October 31, 2025 23:03
@tgeoghegan

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/main/prometheus-0.14.0 branch from 0566d38 to 2c0bf49 Compare December 16, 2025 20:17
@tgeoghegan tgeoghegan force-pushed the dependabot/cargo/main/prometheus-0.14.0 branch from 14c3ec7 to 7d34131 Compare June 18, 2026 17:47
@tgeoghegan

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.4 to 0.14.0.
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](tikv/rust-prometheus@v0.13.4...v0.14.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-version: 0.14.0
  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/main/prometheus-0.14.0 branch from 7d34131 to 0f932ce Compare June 18, 2026 18:06
@tgeoghegan

Copy link
Copy Markdown
Contributor

I tried smashing this into the opentelemetry dep updates (#4200) and while the dependency tree works out, we then run afoul of breaking changes in opentelemetry_sdk and friends. Some of it is just updating use paths for some items, but some of it is harder to address without significantly revisiting the metrics stack (e.g. it's not clear we can take ownership of a Metrics value, which our test metrics exporter needs to do).

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.

2 participants