Skip to content

Commit

Permalink
chore(deps): bump metrics-exporter-prometheus from 0.13.1 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) from 0.13.1 to 0.14.0.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.13.1...metrics-exporter-prometheus-v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 99b09cb commit 70d11be
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 24 deletions.
206 changes: 183 additions & 23 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 @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
chrono = { version = "0.4.34", features = [] }
clap = { version = "4.5.2", features = ["derive"] }
metrics = { version = "0.22.1", features = [] }
metrics-exporter-prometheus = { version = "0.13.1", features = ["http-listener", "tokio"] }
metrics-exporter-prometheus = { version = "0.14.0", features = ["http-listener", "tokio"] }
rand = { version = "0.9.0-alpha.0", features = [] }
reqwest = { version = "0.11.25", features = [] }
thiserror = { version = "1.0.57", features = [] }
Expand Down

0 comments on commit 70d11be

Please sign in to comment.