diff --git a/Cargo.lock b/Cargo.lock index db86da4e80..e28e6d05fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3578,7 +3578,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.6.11" +version = "0.6.12" dependencies = [ "anyhow", "async-trait", @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.102" +version = "0.4.103" dependencies = [ "anyhow", "async-trait", @@ -3809,7 +3809,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.4.62" +version = "0.4.63" dependencies = [ "anyhow", "async-recursion", @@ -3852,7 +3852,7 @@ dependencies = [ [[package]] name = "mithril-persistence" -version = "0.2.42" +version = "0.2.43" dependencies = [ "anyhow", "async-trait", @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "mithril-stm" -version = "0.3.35" +version = "0.3.36" dependencies = [ "bincode", "blake2 0.10.6", diff --git a/internal/mithril-persistence/Cargo.toml b/internal/mithril-persistence/Cargo.toml index 5fca9ecdc9..817a893d2c 100644 --- a/internal/mithril-persistence/Cargo.toml +++ b/internal/mithril-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-persistence" -version = "0.2.42" +version = "0.2.43" description = "Common types, interfaces, and utilities to persist data for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 310e62e9b0..df2b0ddbfa 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.6.11" +version = "0.6.12" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index de651c2531..c0f91c93ce 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.102" +version = "0.4.103" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-stm/Cargo.toml b/mithril-stm/Cargo.toml index 7c08722feb..a83814cf65 100644 --- a/mithril-stm/Cargo.toml +++ b/mithril-stm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-stm" -version = "0.3.35" +version = "0.3.36" edition = { workspace = true } authors = { workspace = true } homepage = { 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 f93468b3be..760ff4dc34 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.62" +version = "0.4.63" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }