From b125a2bd467a4c943306786b8349d00d9f5a7136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20HUBERT=20/=20PALO-IT?= Date: Mon, 24 Jul 2023 16:20:50 +0200 Subject: [PATCH] update versions --- Cargo.lock | 8 ++++---- mithril-aggregator/Cargo.toml | 2 +- .../src/database/provider/signer_registration.rs | 2 +- mithril-client/Cargo.toml | 2 +- mithril-common/Cargo.toml | 2 +- mithril-signer/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47dfa0dd673..f4c2f314f1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2096,7 +2096,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.3.53" +version = "0.3.54" dependencies = [ "async-trait", "chrono", @@ -2132,7 +2132,7 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.3.20" +version = "0.3.21" dependencies = [ "async-recursion", "async-trait", @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.79" +version = "0.2.80" dependencies = [ "anyhow", "async-trait", @@ -2234,7 +2234,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.61" +version = "0.2.62" dependencies = [ "async-trait", "clap", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index e42ab620980..6f83d9b9328 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.3.53" +version = "0.3.54" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-aggregator/src/database/provider/signer_registration.rs b/mithril-aggregator/src/database/provider/signer_registration.rs index f796d618e79..64434c42b51 100644 --- a/mithril-aggregator/src/database/provider/signer_registration.rs +++ b/mithril-aggregator/src/database/provider/signer_registration.rs @@ -5,7 +5,7 @@ use std::{collections::HashMap, sync::Arc}; use tokio::sync::Mutex; use mithril_common::{ - crypto_helper::{KESPeriod, ProtocolSignerVerificationKey}, + crypto_helper::KESPeriod, entities::{ Epoch, HexEncodedOpCert, HexEncodedVerificationKey, HexEncodedVerificationKeySignature, PartyId, Signer, SignerWithStake, Stake, diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index 38304a00fe3..1122d2096b2 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.3.20" +version = "0.3.21" description = "A Mithril Client" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 0cfb948ab8a..b27b5e3bdf6 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.79" +version = "0.2.80" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 38e953ced7b..77a81353e66 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.61" +version = "0.2.62" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }