Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump metrics-util from 0.15.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [metrics-util](https://github.com/metrics-rs/metrics) from 0.15.0 to 0.17.0.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-util-v0.15.0...metrics-util-v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 69525a8 commit c33638e
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 24 deletions.
86 changes: 63 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 homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ metrics = { version = "0.21", default-features = false }
metrics-exporter-prometheus = { version = "0.12.1", default-features = false, features = [
"http-listener",
] }
metrics-util = "0.15"
metrics-util = "0.17"
miette = { version = "5.10", default-features = false, features = ["fancy"] }
moka = { version = "0.12.4", default-features = false, features = [
"future",
Expand Down

0 comments on commit c33638e

Please sign in to comment.