From 9ea865c862947211be30df5c298077a83bce4da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:42:55 +0000 Subject: [PATCH] Bump metrics from 0.23.0 to 0.24.0 Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.23.0 to 0.24.0. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.23.0...metrics-v0.24.0) --- updated-dependencies: - dependency-name: metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e696685..68e5179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" [[package]] name = "metrics" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261" +checksum = "8ae428771d17306715c5091d446327d1cfdedc82185c65ba8423ab404e45bf10" dependencies = [ "ahash", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index f93eeca..c6ec733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ keywords = ["metrics", "statsd"] categories = ["observability", "operations"] [dependencies] -metrics = "0.23" +metrics = "0.24" cadence = "1.5" thiserror = "1.0"