From e0a921a1622c53443d227e863f596b90268d7fd0 Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:14:14 +0200 Subject: [PATCH] chore: upgrade crate versions * mithril-aggregator from `0.5.86` to `0.5.87` * mithril-common from `0.4.72` to `0.4.73` * mithril-signer from `0.2.202` to `0.2.203` --- Cargo.lock | 4 ++-- mithril-aggregator/Cargo.toml | 2 +- mithril-common/Cargo.toml | 2 +- mithril-signer/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b00efe4997..4d742bf770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3709,7 +3709,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.72" +version = "0.4.73" dependencies = [ "anyhow", "async-trait", @@ -3867,7 +3867,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.202" +version = "0.2.203" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index c6d2cbd495..5a5dde8b0e 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.86" +version = "0.5.87" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 34b836aac6..9a2acf1927 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.72" +version = "0.4.73" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 0ffd65e490..30b814b8e0 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.202" +version = "0.2.203" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }