diff --git a/Cargo.lock b/Cargo.lock index 9e103c3867a..f1b7467bc0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.4.60" +version = "0.4.61" dependencies = [ "anyhow", "async-trait", @@ -3600,7 +3600,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.3.32" +version = "0.3.33" dependencies = [ "anyhow", "async-trait", @@ -3745,7 +3745,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.124" +version = "0.2.125" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index a11ae843bbf..fb70b925af2 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.4.60" +version = "0.4.61" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 2344fd3567d..68ad9fd9052 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.3.32" +version = "0.3.33" 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 4f59a0e55be..0db134b7ddd 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.124" +version = "0.2.125" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }