Skip to content

Bump axum-prometheus from 0.7.0 to 0.10.0 - #116

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

Bump axum-prometheus from 0.7.0 to 0.10.0#116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/axum-prometheus-0.10.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps axum-prometheus from 0.7.0 to 0.10.0.

Release notes

Sourced from axum-prometheus's releases.

0.10.0

What's Changed

  • Bump metrics-exporter-prometheus to 0.18.

Full Changelog: Ptrskay3/axum-prometheus@0.9.0...0.10.0

0.9.0

What's Changed

New Contributors

Full Changelog: Ptrskay3/axum-prometheus@0.8.0...0.9.0

0.8.0

Changed

  • Compatibility with axum = "0.8". This also updates matchit to 0.8, changing how group patterns are described: for example, with_group_patterns_as("/foo", &["/foo/:bar"]) needs to be changed to with_group_patterns_as("/foo", &["/foo/{bar}"]). The metrics values are also impacted: for example, the value "/foo/:bar" is now "/foo/{bar}". This change bumps MSRV to 1.75. [Bump axum from 0.8.1 to 0.8.3 #69]
  • Disable the default features in metrics-exporter-prometheus to skip the binding of port 9000, and the upkeep task is manually spawned. [Bump clap from 4.5.35 to 4.5.37 #75]
  • Add a new feature http-listener to enable that exact feature in metrics-exporter-prometheus. [Bump tokio from 1.45.0 to 1.45.1 #79]
  • Replace the once_cell dependency with std::sync::OnceLock [Bump clap from 4.5.37 to 4.5.38 #78]

Fixed

Changelog

Sourced from axum-prometheus's changelog.

[0.10.0] - 2026-01-03

Changed

  • Bump metrics-exporter-prometheus to 0.18.

[0.9.0] - 2025-08-13

Changed

[0.8.0] - 2025-01-04

Changed

  • Compatibility with axum = "0.8". This also updates matchit to 0.8, changing how group patterns are described: for example, with_group_patterns_as("/foo", &["/foo/:bar"]) needs to be changed to with_group_patterns_as("/foo", &["/foo/{bar}"]). The metrics values are also impacted: for example, the value "/foo/:bar" is now "/foo/{bar}". This change bumps MSRV to 1.75. [Bump axum from 0.8.1 to 0.8.3 #69]
  • Disable the default features in metrics-exporter-prometheus to skip the binding of port 9000, and the upkeep task is manually spawned. [Bump clap from 4.5.35 to 4.5.37 #75]
  • Add a new feature http-listener to enable that exact feature in metrics-exporter-prometheus. [Bump tokio from 1.45.0 to 1.45.1 #79]
  • Replace the once_cell dependency with std::sync::OnceLock [Bump clap from 4.5.37 to 4.5.38 #78]

Fixed

Commits
  • 7813011 chore: bump metrics-exporter-prometheus to 0.18, release 0.10.0`
  • c9f5a68 Merge pull request #88 from Ptrskay3/release/0.9.0
  • 593465e prepare version 0.9.0
  • e8dd59a Merge pull request #87 from Ptrskay3/chore/update-deps
  • 1b52d84 changelog entry
  • 07aa082 bump various outdated dependencies
  • 7fa6da3 Merge pull request #86 from pbstck/allow-patterns
  • 171459a chore: lint
  • 1c34d2c chore: update CHANGELOG and simply enum default
  • 2e8b397 Merge pull request #84 from raimannma/master
  • 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 [axum-prometheus](https://github.com/Ptrskay3/axum-prometheus) from 0.7.0 to 0.10.0.
- [Release notes](https://github.com/Ptrskay3/axum-prometheus/releases)
- [Changelog](https://github.com/Ptrskay3/axum-prometheus/blob/master/CHANGELOG.md)
- [Commits](Ptrskay3/axum-prometheus@0.7.0...0.10.0)

---
updated-dependencies:
- dependency-name: axum-prometheus
  dependency-version: 0.10.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 Apr 27, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) April 27, 2026 19:01
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