diff --git a/Cargo.lock b/Cargo.lock index 9b1a2a10be9..517e451c5fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.5.82" +version = "0.5.83" dependencies = [ "anyhow", "async-trait", @@ -3849,7 +3849,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.199" +version = "0.2.200" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 8f849ae5f78..7d1a0743f1c 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.82" +version = "0.5.83" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 5382b4a6528..71a022398f3 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.199" +version = "0.2.200" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }