Skip to content

Commit

Permalink
chore(cargo): bump prometheus-client from 0.22.3 to 0.23.1
Browse files Browse the repository at this point in the history
Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.22.3 to 0.23.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.22.3...v0.23.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent fac48be commit e662cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { version = "1.42", features = ["rt", "rt-multi-thread", "time", "macros
derive_more = { version = "1.0", features = ["display", "error", "from"] }
# MPMS that only one consumer sees each message & async
async-channel = "2.2"
prometheus-client = "0.22"
prometheus-client = "0.23"
axum = { version = "0.8.1", default-features = false, features = ["matched-path", "original-uri", "query", "tokio", "http1", "http2"]}
async-stream = "0.3.6"
serde = "1.0"
Expand Down

0 comments on commit e662cea

Please sign in to comment.