From e35d60aaf4387341d802bb9ad9aa9e6292fbb4a1 Mon Sep 17 00:00:00 2001 From: Damien Lachaume <135982616+dlachaume@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:15:15 +0200 Subject: [PATCH] chore: upgrade crate versions * mithril-metric from `0.1.0` to `0.1.1` * mithril-aggregator from `0.5.84` to `0.5.85` --- Cargo.lock | 4 ++-- internal/mithril-metric/Cargo.toml | 2 +- mithril-aggregator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 172d271a78..29e008a398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.5.84" +version = "0.5.85" dependencies = [ "anyhow", "async-trait", @@ -3806,7 +3806,7 @@ dependencies = [ [[package]] name = "mithril-metric" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "axum", diff --git a/internal/mithril-metric/Cargo.toml b/internal/mithril-metric/Cargo.toml index 7e610ab114..5aa227e62d 100644 --- a/internal/mithril-metric/Cargo.toml +++ b/internal/mithril-metric/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-metric" -version = "0.1.0" +version = "0.1.1" description = "Common tools to expose metrics." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index d8afcf87c2..7457113bad 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.84" +version = "0.5.85" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true }