From a221ae6eca08c671bae2dd8fec0e6c70dad7a56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:47:08 +0000 Subject: [PATCH] Bump metrics from 0.22.3 to 0.23.0 Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.22.3 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.22.3...metrics-v0.23.0) --- updated-dependencies: - dependency-name: metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c6a9a1..944dcc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,16 +1553,6 @@ version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" -[[package]] -name = "metrics" -version = "0.22.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2be3cbd384d4e955b231c895ce10685e3d8260c5ccffae898c96c723b0772835" -dependencies = [ - "ahash", - "portable-atomic", -] - [[package]] name = "metrics" version = "0.23.0" @@ -1586,7 +1576,7 @@ dependencies = [ "hyper-util", "indexmap 2.2.6", "ipnet", - "metrics 0.23.0", + "metrics", "metrics-util", "quanta", "thiserror", @@ -1603,7 +1593,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.14.5", - "metrics 0.23.0", + "metrics", "num_cpus", "quanta", "sketches-ddsketch", @@ -2325,7 +2315,7 @@ dependencies = [ "hyper-util", "libc", "log", - "metrics 0.22.3", + "metrics", "metrics-exporter-prometheus", "nostr-sdk", "pretty_assertions", diff --git a/Cargo.toml b/Cargo.toml index fcb2fe8..79d75ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ hyper-rustls = "0.26" hyper-util = { version = "0.1.4", features = ["http2", "http1", "full"] } libc = "0.2.155" log = "0.4.21" -metrics = "0.22.3" +metrics = "0.23.0" metrics-exporter-prometheus = "0.15.0" nostr-sdk = "0.31.0" ractor = "0.10.3"