Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump metrics-util from 0.15.0 to 0.16.3
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.16.3.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-util-v0.15.0...metrics-util-v0.16.3)

---
updated-dependencies:
- dependency-name: metrics-util
  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 25, 2024
1 parent c2092b2 commit fde0d31
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 @@ -123,7 +123,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.16"
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 fde0d31

Please sign in to comment.