diff --git a/Cargo.lock b/Cargo.lock index ee49fef20c..dd03697bc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3586,7 +3586,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.6.4" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -3743,7 +3743,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.97" +version = "0.4.98" dependencies = [ "anyhow", "async-trait", @@ -3814,7 +3814,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.4.55" +version = "0.4.56" dependencies = [ "anyhow", "async-recursion", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index b1dd921747..f6ccc5cf16 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.6.4" +version = "0.6.5" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 460cfc4960..613e403a91 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.97" +version = "0.4.98" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-test-lab/mithril-end-to-end/Cargo.toml b/mithril-test-lab/mithril-end-to-end/Cargo.toml index a01917b289..783ca01a39 100644 --- a/mithril-test-lab/mithril-end-to-end/Cargo.toml +++ b/mithril-test-lab/mithril-end-to-end/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-end-to-end" -version = "0.4.55" +version = "0.4.56" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/openapi.yaml b/openapi.yaml index 52aafb59ca..643407cb28 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4,7 +4,7 @@ info: # `mithril-common/src/lib.rs` file. If you plan to update it # here to reflect changes in the API, please also update the constant in the # Rust file. - version: 0.1.38 + version: 0.1.39 title: Mithril Aggregator Server description: | The REST API provided by a Mithril Aggregator Node in a Mithril network.