From b970fea6dc8bb4ca374f4a3b36a0a5b91a10ff05 Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:12:37 +0100 Subject: [PATCH] chore: upgrade crate versions * mithril-aggregator from `0.5.111` to `0.5.112` * mithril-signer from `0.2.213` to `0.2.214` --- Cargo.lock | 4 ++-- mithril-aggregator/Cargo.toml | 2 +- mithril-signer/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6289ec48413..5f3df6ff3b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3588,7 +3588,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.5.111" +version = "0.5.112" dependencies = [ "anyhow", "async-trait", @@ -3903,7 +3903,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.213" +version = "0.2.214" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 13d15c1109e..1f01fe619a4 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.111" +version = "0.5.112" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 1b72042df8a..905551e4440 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.213" +version = "0.2.214" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }