From 4859520549199ab8bd9fcf5b0fb872616764ed9d Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:17:08 +0100 Subject: [PATCH] chore: upgrade crate versions * mithril-metric from `0.1.2` to `0.1.3` * mithril-persistence from `0.2.37` to `0.2.38` * mithril-aggregator from `0.5.115` to `0.5.116` * mithril-common from `0.4.89` to `0.4.90` * mithril-relay from `0.1.27` to `0.1.28` * mithril-signer from `0.2.216` to `0.2.217` --- Cargo.lock | 14 +++++++------- internal/mithril-metric/Cargo.toml | 2 +- internal/mithril-persistence/Cargo.toml | 2 +- mithril-aggregator/Cargo.toml | 2 +- mithril-common/Cargo.toml | 2 +- mithril-relay/Cargo.toml | 2 +- mithril-signer/Cargo.toml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 673d3f019bc..66e87bac87b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -3588,7 +3588,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.5.115" +version = "0.5.116" dependencies = [ "anyhow", "async-trait", @@ -3745,7 +3745,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.89" +version = "0.4.90" dependencies = [ "anyhow", "async-trait", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "mithril-metric" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "axum", @@ -3859,7 +3859,7 @@ dependencies = [ [[package]] name = "mithril-persistence" -version = "0.2.37" +version = "0.2.38" dependencies = [ "anyhow", "async-trait", @@ -3879,7 +3879,7 @@ dependencies = [ [[package]] name = "mithril-relay" -version = "0.1.27" +version = "0.1.28" dependencies = [ "anyhow", "clap", @@ -3903,7 +3903,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.216" +version = "0.2.217" dependencies = [ "anyhow", "async-trait", diff --git a/internal/mithril-metric/Cargo.toml b/internal/mithril-metric/Cargo.toml index b036ef4cd40..5d4b290ee37 100644 --- a/internal/mithril-metric/Cargo.toml +++ b/internal/mithril-metric/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-metric" -version = "0.1.2" +version = "0.1.3" description = "Common tools to expose metrics." authors = { workspace = true } edition = { workspace = true } diff --git a/internal/mithril-persistence/Cargo.toml b/internal/mithril-persistence/Cargo.toml index e1d1a96b44a..80a09521fe8 100644 --- a/internal/mithril-persistence/Cargo.toml +++ b/internal/mithril-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-persistence" -version = "0.2.37" +version = "0.2.38" description = "Common types, interfaces, and utilities to persist data for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index b7356b9e7cf..39379c7acf1 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.115" +version = "0.5.116" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 7ef8494fc4f..8b1fce85b28 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.89" +version = "0.4.90" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-relay/Cargo.toml b/mithril-relay/Cargo.toml index 4604ba47f27..5fc9189eabb 100644 --- a/mithril-relay/Cargo.toml +++ b/mithril-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-relay" -version = "0.1.27" +version = "0.1.28" description = "A Mithril relay" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 28ee642e52a..e1a34aaf81c 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.216" +version = "0.2.217" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }