Skip to content

deps: Bump axum-prometheus from 0.7.0 to 0.10.0 - #63

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

deps: Bump axum-prometheus from 0.7.0 to 0.10.0#63
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 Mar 10, 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. [deps: Bump moka from 0.12.14 to 0.12.15 #69]
  • Disable the default features in metrics-exporter-prometheus to skip the binding of port 9000, and the upkeep task is manually spawned. [#75]
  • Add a new feature http-listener to enable that exact feature in metrics-exporter-prometheus. [#79]
  • Replace the once_cell dependency with std::sync::OnceLock [#78]

Fixed

  • Fixed the long-standing pending requests metric leak. [#74]
  • Removed the sideeffect of binding port 9000. [#75]
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

  • Add MetricLayerBuilder::with_allow_pattern and MetricLayerBuilder::with_allow_patterns to only report requests matching the given patterns. [#86]
  • Bump various outdated dependencies [#87]

[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. [deps: Bump moka from 0.12.14 to 0.12.15 #69]
  • Disable the default features in metrics-exporter-prometheus to skip the binding of port 9000, and the upkeep task is manually spawned. [#75]
  • Add a new feature http-listener to enable that exact feature in metrics-exporter-prometheus. [#79]
  • Replace the once_cell dependency with std::sync::OnceLock [#78]

Fixed

  • Fixed the long-standing pending requests metric leak. [#74]
  • Removed the sideeffect of binding port 9000. [#75]
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 @github

dependabot Bot commented on behalf of github Mar 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants