Skip to content

Commit

Permalink
chore(deps): Bump metrics from 0.21.0 to 0.21.1 (vectordotdev#17836)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2023
1 parent 0454d9d commit c8e1267
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Expand Up @@ -159,7 +159,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features =
tracing-tower = { git = "https://github.com/tokio-rs/tracing", default-features = false, rev = "e0642d949891546a3bb7e47080365ee7274f05cd" }

# Metrics
metrics = "0.21.0"
metrics = "0.21.1"
metrics-tracing-context = { version = "0.14.0", default-features = false }

# AWS - Official SDK
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ crossbeam-utils = { version = "0.8.16", default-features = false }
fslock = { version = "0.2.1", default-features = false, features = ["std"] }
futures = { version = "0.3.28", default-features = false, features = ["std"] }
memmap2 = { version = "0.7.1", default-features = false }
metrics = "0.21.0"
metrics = "0.21.1"
num-traits = { version = "0.2.15", default-features = false }
pin-project = { version = "1.1.2", default-features = false }
rkyv = { version = "0.7.40", default-features = false, features = ["size_32", "std", "strict", "validation"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-common/Cargo.toml
Expand Up @@ -49,7 +49,7 @@ crossbeam-utils = { version = "0.8.16", default-features = false }
derivative = { version = "2.2.0", default-features = false }
futures = { version = "0.3.28", default-features = false, features = ["std"] }
indexmap = { version = "~2.0.0", default-features = false, features = ["std"] }
metrics = "0.21.0"
metrics = "0.21.1"
nom = { version = "7", optional = true }
ordered-float = { version = "3.7.0", default-features = false }
paste = "1.0.13"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ http = { version = "0.2.9", default-features = false }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
indexmap = { version = "~2.0.0", default-features = false, features = ["serde", "std"] }
lookup = { package = "vector-lookup", path = "../vector-lookup" }
metrics = "0.21.0"
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"] }
mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
Expand Down

0 comments on commit c8e1267

Please sign in to comment.