From 99e2300855edce5ffe725cbbaa68229ae71a5cd8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 16 Sep 2024 11:24:28 +0200 Subject: [PATCH] chore: bump crates versions - 'mithril-persistence' from '0.2.26' to '0.2.27' - 'mithril-aggregator' from '0.5.62' to '0.5.63' - 'mithril-signer' from '0.2.181' to '0.2.182' --- Cargo.lock | 6 +++--- internal/mithril-persistence/Cargo.toml | 2 +- mithril-aggregator/Cargo.toml | 2 +- mithril-signer/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 250ac9305a..fb919e833b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3403,7 +3403,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.5.62" +version = "0.5.63" dependencies = [ "anyhow", "async-trait", @@ -3657,7 +3657,7 @@ dependencies = [ [[package]] name = "mithril-persistence" -version = "0.2.26" +version = "0.2.27" dependencies = [ "anyhow", "async-trait", @@ -3704,7 +3704,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.181" +version = "0.2.182" dependencies = [ "anyhow", "async-trait", diff --git a/internal/mithril-persistence/Cargo.toml b/internal/mithril-persistence/Cargo.toml index 7e3c787eb8..8815531ad7 100644 --- a/internal/mithril-persistence/Cargo.toml +++ b/internal/mithril-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-persistence" -version = "0.2.26" +version = "0.2.27" 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 4d83d7f065..ac7e939552 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.62" +version = "0.5.63" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index bcc96e048b..6d8f1d0462 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.181" +version = "0.2.182" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }