diff --git a/Cargo.lock b/Cargo.lock index ec44ef571e..b498cd6ae4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3578,7 +3578,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.6.25" +version = "0.6.26" dependencies = [ "anyhow", "async-trait", @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "mithril-aggregator-fake" -version = "0.3.19" +version = "0.3.20" dependencies = [ "anyhow", "axum", @@ -3657,7 +3657,7 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.10.9" +version = "0.10.10" dependencies = [ "anyhow", "async-recursion", @@ -3735,7 +3735,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.111" +version = "0.4.112" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 61f5c17181..07213b2ae6 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.6.25" +version = "0.6.26" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index 7e5f7ac4e0..d7e835355a 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.10.9" +version = "0.10.10" description = "Mithril client library" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index b7beac137c..2e29f78f91 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.111" +version = "0.4.112" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-test-lab/mithril-aggregator-fake/Cargo.toml b/mithril-test-lab/mithril-aggregator-fake/Cargo.toml index 0065483410..8fd6421e2e 100644 --- a/mithril-test-lab/mithril-aggregator-fake/Cargo.toml +++ b/mithril-test-lab/mithril-aggregator-fake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator-fake" -version = "0.3.19" +version = "0.3.20" description = "Mithril Fake Aggregator for client testing" authors = { workspace = true } documentation = { workspace = true }