Skip to content

Commit 8177d3e

Browse files
chore(deps): Bump metrics from 0.21.0 to 0.21.1 (#17836)
Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.21.0 to 0.21.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/metrics-rs/metrics/commit/0ffcc48cb219ea4664812d97bba8c07ec31515fa"><code>0ffcc48</code></a> (cargo-release) version 0.21.1</li> <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>Additional commits viewable in <a href="https://github.com/metrics-rs/metrics/compare/metrics-v0.21.0...metrics-v0.21.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=metrics&package-manager=cargo&previous-version=0.21.0&new-version=0.21.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97f4433 commit 8177d3e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features =
159159
tracing-tower = { git = "https://github.com/tokio-rs/tracing", default-features = false, rev = "e0642d949891546a3bb7e47080365ee7274f05cd" }
160160

161161
# Metrics
162-
metrics = "0.21.0"
162+
metrics = "0.21.1"
163163
metrics-tracing-context = { version = "0.14.0", default-features = false }
164164

165165
# AWS - Official SDK

lib/vector-buffers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crossbeam-utils = { version = "0.8.16", default-features = false }
1717
fslock = { version = "0.2.1", default-features = false, features = ["std"] }
1818
futures = { version = "0.3.28", default-features = false, features = ["std"] }
1919
memmap2 = { version = "0.7.1", default-features = false }
20-
metrics = "0.21.0"
20+
metrics = "0.21.1"
2121
num-traits = { version = "0.2.15", default-features = false }
2222
pin-project = { version = "1.1.1", default-features = false }
2323
rkyv = { version = "0.7.40", default-features = false, features = ["size_32", "std", "strict", "validation"] }

lib/vector-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ crossbeam-utils = { version = "0.8.16", default-features = false }
4949
derivative = { version = "2.2.0", default-features = false }
5050
futures = { version = "0.3.28", default-features = false, features = ["std"] }
5151
indexmap = { version = "~2.0.0", default-features = false, features = ["std"] }
52-
metrics = "0.21.0"
52+
metrics = "0.21.1"
5353
nom = { version = "7", optional = true }
5454
ordered-float = { version = "3.7.0", default-features = false }
5555
paste = "1.0.13"

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ http = { version = "0.2.9", default-features = false }
2424
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
2525
indexmap = { version = "~2.0.0", default-features = false, features = ["serde", "std"] }
2626
lookup = { package = "vector-lookup", path = "../vector-lookup" }
27-
metrics = "0.21.0"
27+
metrics = "0.21.1"
2828
metrics-tracing-context = { version = "0.14.0", default-features = false }
2929
metrics-util = { version = "0.15.0", default-features = false, features = ["registry"] }
3030
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }

0 commit comments

Comments
 (0)