Skip to content

Commit

Permalink
Bump prometheus-client from 0.21.2 to 0.22.0 (#127)
Browse files Browse the repository at this point in the history
Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.21.2 to 0.22.0.
- [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.21.2...v0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2024
1 parent 74c583e commit 68775f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ diesel = {version = "2.1", optional = true, default-features = false, features =
time = {version = "0.3.31", optional = true}
diesel-async = {version = "0.3", optional = true, features = ["postgres", "bb8"]}
anyhow = "1.0"
prometheus-client = "0.21.2"
prometheus-client = "0.22.0"

[features]
default = ["web", "db"]
Expand Down
2 changes: 1 addition & 1 deletion lumen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ clap = "4.3"
tokio-native-tls = "0.3"
native-tls = {version = "0.2"}
warp = "0.3"
prometheus-client = "0.21.2"
prometheus-client = "0.22.0"

0 comments on commit 68775f0

Please sign in to comment.