Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent 70632b7 commit f0b7962
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
29 changes: 10 additions & 19 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 lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
crossbeam-queue = "0.3.8"
hdrhistogram = "7.5.2"
metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.0", default-features = false, features = ["debugging"] }
metrics-util = { version = "0.15.1", default-features = false, features = ["debugging"] }
once_cell = "1.18"
proptest = "1.2"
quickcheck = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ indexmap = { version = "~2.0.0", default-features = false, features = ["serde",
lookup = { package = "vector-lookup", path = "../vector-lookup" }
metrics = "0.21.0"
metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.0", default-features = false, features = ["registry"] }
metrics-util = { version = "0.15.1", default-features = false, features = ["registry"] }
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
no-proxy = { version = "0.3.2", default-features = false, features = ["serialize"] }
once_cell = { version = "1.18", default-features = false }
Expand Down

0 comments on commit f0b7962

Please sign in to comment.