Skip to content

Commit

Permalink
chore(deps): Bump metrics-util from 0.15.0 to 0.15.1 (#17835)
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.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/metrics-rs/metrics/commit/deead8bda0ce31e39cf63bb9f56c02a612436d91"><code>deead8b</code></a>
(cargo-release) version 0.15.1</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/9d141d1484ecedd3c75528de6490e3fe770f0c50"><code>9d141d1</code></a>
pin hashbrown to avoid MSRV bump</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/4ba145fda1fbdfec289606c6f798c6d34bfef00b"><code>4ba145f</code></a>
changelog</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/61580c0c4bc2a5d7a058b0ccf903d9540d06eb97"><code>61580c0</code></a>
bump deps + clippy stuff</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/c04028c4b7789108e9a5d1b14e998718f82854a6"><code>c04028c</code></a>
Add <code>Borrow</code> impl to <code>KeyName</code> (<a
href="https://redirect.github.com/metrics-rs/metrics/issues/381">#381</a>)</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/c282e44bcbb89feb2b5fcc87120c5efcadeadf8e"><code>c282e44</code></a>
changelog</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/20d207f53e6f22992167cf85f99110909a2b1087"><code>20d207f</code></a>
Impl From&lt;std::borrow::Cow&gt; for KeyName (<a
href="https://redirect.github.com/metrics-rs/metrics/issues/378">#378</a>)</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/a4b2fc1605e4cc2c2d98d829ef8261d891673d7d"><code>a4b2fc1</code></a>
Update aho-corasick to 1.0.</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/c15c0ed663685251330213182c72ee303ec698b0"><code>c15c0ed</code></a>
feat(util): new helper type for recovering recorder after installing it
(<a
href="https://redirect.github.com/metrics-rs/metrics/issues/362">#362</a>)</li>
<li><a
href="https://github.com/metrics-rs/metrics/commit/f7434bd58527fdeda1a75344cdaed6ea0f7441cc"><code>f7434bd</code></a>
(cargo-release) version 0.12.1</li>
<li>Additional commits viewable in <a
href="https://github.com/metrics-rs/metrics/compare/metrics-util-v0.15.0...metrics-util-v0.15.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=metrics-util&package-manager=cargo&previous-version=0.15.0&new-version=0.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2023
1 parent 17e6632 commit f91d1b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
27 changes: 9 additions & 18 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 f91d1b2

Please sign in to comment.