diff --git a/Cargo.lock b/Cargo.lock index 9efc28e8a5d..eb200da8254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.3.9" +version = "0.3.10" dependencies = [ "async-trait", "chrono", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.45" +version = "0.2.46" dependencies = [ "async-trait", "bech32", @@ -2193,7 +2193,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.36" +version = "0.2.37" dependencies = [ "async-trait", "clap 4.2.5", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 3127bb20c24..329e8f49082 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.3.9" +version = "0.3.10" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 1e963308954..e0984eb1fa5 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.45" +version = "0.2.46" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 974104b6ce8..9c7d6292c9c 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.36" +version = "0.2.37" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }