Skip to content

Commit

Permalink
chore(deps): Bump metrics-util from 0.15.1 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.1 to 0.16.3.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-util-v0.15.1...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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 29, 2024
1 parent 4615977 commit a9ec136
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 19 deletions.
59 changes: 42 additions & 17 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 @@ -39,7 +39,7 @@ criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
crossbeam-queue = "0.3.11"
hdrhistogram = "7.5.4"
metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.1", default-features = false, features = ["debugging"] }
metrics-util = { version = "0.16.3", default-features = false, features = ["debugging"] }
once_cell = "1.19"
proptest = "1.4"
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 @@ -27,7 +27,7 @@ ipnet = { version = "2", default-features = false, features = ["serde", "std"] }
lookup = { package = "vector-lookup", path = "../vector-lookup" }
metrics = "0.21.1"
metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.1", default-features = false, features = ["registry"] }
metrics-util = { version = "0.16.3", default-features = false, features = ["registry"] }
mlua = { version = "0.9.6", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
no-proxy = { version = "0.3.4", default-features = false, features = ["serialize"] }
once_cell = { version = "1.19", default-features = false }
Expand Down

0 comments on commit a9ec136

Please sign in to comment.