From cd7866185a2f6259a766690d23a939f48ae8dd08 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 May 2024 22:48:07 +0000
Subject: [PATCH] [chore(cargo)](deps): Bump metrics from 0.21.1 to 0.23.0

Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.21.1 to 0.23.0.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.21.1...metrics-v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock                  | 16 +++++++++++++---
 homestar-runtime/Cargo.toml |  2 +-
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index c77a0b18..eb4debba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2697,7 +2697,7 @@ dependencies = [
  "libp2p",
  "libsqlite3-sys",
  "maplit",
- "metrics",
+ "metrics 0.23.0",
  "metrics-exporter-prometheus",
  "metrics-util",
  "miette",
@@ -4383,6 +4383,16 @@ dependencies = [
  "portable-atomic",
 ]
 
+[[package]]
+name = "metrics"
+version = "0.23.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261"
+dependencies = [
+ "ahash",
+ "portable-atomic",
+]
+
 [[package]]
 name = "metrics-exporter-prometheus"
 version = "0.12.2"
@@ -4393,7 +4403,7 @@ dependencies = [
  "hyper",
  "indexmap 1.9.3",
  "ipnet",
- "metrics",
+ "metrics 0.21.1",
  "metrics-util",
  "quanta",
  "thiserror",
@@ -4422,7 +4432,7 @@ dependencies = [
  "crossbeam-utils",
  "hashbrown 0.13.2",
  "indexmap 1.9.3",
- "metrics",
+ "metrics 0.21.1",
  "num_cpus",
  "ordered-float",
  "quanta",
diff --git a/homestar-runtime/Cargo.toml b/homestar-runtime/Cargo.toml
index d8c45c0b..c7516f48 100644
--- a/homestar-runtime/Cargo.toml
+++ b/homestar-runtime/Cargo.toml
@@ -120,7 +120,7 @@ libp2p = { version = "0.53", default-features = false, features = [
 ] }
 libsqlite3-sys = { workspace = true }
 maplit = "1.0"
-metrics = { version = "0.21", default-features = false }
+metrics = { version = "0.23", default-features = false }
 metrics-exporter-prometheus = { version = "0.12.1", default-features = false, features = [
   "http-listener",
 ] }