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 }