From 58133cb49c277fa3f91f000c5959c5a4a15d00ee Mon Sep 17 00:00:00 2001 From: Damien Lachaume <135982616+dlachaume@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:16:53 +0100 Subject: [PATCH] chore: upgrade crate versions * mithril-aggregator from `0.6.5` to `0.6.6` --- Cargo.lock | 2 +- mithril-aggregator/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c53e4a8361..4a788836988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3586,7 +3586,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.6.5" +version = "0.6.6" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index f6ccc5cf165..faed78adc4f 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.6.5" +version = "0.6.6" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true }