diff --git a/Cargo.lock b/Cargo.lock index d4ec0620ebc..78d9f768626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "client-cardano-transaction" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "clap", @@ -997,7 +997,7 @@ dependencies = [ [[package]] name = "client-mithril-stake-distribution" -version = "0.1.15" +version = "0.1.16" dependencies = [ "anyhow", "clap", @@ -1010,7 +1010,7 @@ dependencies = [ [[package]] name = "client-snapshot" -version = "0.1.14" +version = "0.1.15" dependencies = [ "anyhow", "async-trait", @@ -3539,7 +3539,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.5.49" +version = "0.5.50" dependencies = [ "anyhow", "async-trait", @@ -3584,7 +3584,7 @@ dependencies = [ [[package]] name = "mithril-aggregator-fake" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "axum", @@ -3607,7 +3607,7 @@ dependencies = [ [[package]] name = "mithril-build-script" -version = "0.2.7" +version = "0.2.8" dependencies = [ "semver", "serde_json", @@ -3616,7 +3616,7 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.8.9" +version = "0.8.10" dependencies = [ "anyhow", "async-recursion", @@ -3649,7 +3649,7 @@ dependencies = [ [[package]] name = "mithril-client-cli" -version = "0.9.8" +version = "0.9.9" dependencies = [ "anyhow", "async-trait", @@ -3679,7 +3679,7 @@ dependencies = [ [[package]] name = "mithril-client-wasm" -version = "0.3.7" +version = "0.3.8" dependencies = [ "async-trait", "futures", @@ -3695,7 +3695,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.37" +version = "0.4.38" dependencies = [ "anyhow", "async-trait", @@ -3749,7 +3749,7 @@ dependencies = [ [[package]] name = "mithril-doc" -version = "0.1.8" +version = "0.1.9" dependencies = [ "clap", "config", @@ -3759,7 +3759,7 @@ dependencies = [ [[package]] name = "mithril-doc-derive" -version = "0.1.7" +version = "0.1.8" dependencies = [ "quote", "syn 2.0.72", @@ -3767,7 +3767,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.4.23" +version = "0.4.24" dependencies = [ "anyhow", "async-recursion", @@ -3793,7 +3793,7 @@ dependencies = [ [[package]] name = "mithril-persistence" -version = "0.2.20" +version = "0.2.21" dependencies = [ "anyhow", "async-trait", @@ -3816,7 +3816,7 @@ dependencies = [ [[package]] name = "mithril-relay" -version = "0.1.21" +version = "0.1.22" dependencies = [ "anyhow", "clap", @@ -3840,7 +3840,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.169" +version = "0.2.170" dependencies = [ "anyhow", "async-trait", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "mithril-stm" -version = "0.3.25" +version = "0.3.26" dependencies = [ "bincode", "blake2 0.10.6", @@ -3898,7 +3898,7 @@ dependencies = [ [[package]] name = "mithrildemo" -version = "0.1.39" +version = "0.1.40" dependencies = [ "base64 0.22.1", "blake2 0.10.6", diff --git a/demo/protocol-demo/Cargo.toml b/demo/protocol-demo/Cargo.toml index fe0724a1740..85046762910 100644 --- a/demo/protocol-demo/Cargo.toml +++ b/demo/protocol-demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithrildemo" -version = "0.1.39" +version = "0.1.40" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/examples/client-cardano-transaction/Cargo.toml b/examples/client-cardano-transaction/Cargo.toml index 56fab6a5bde..477d994d6e6 100644 --- a/examples/client-cardano-transaction/Cargo.toml +++ b/examples/client-cardano-transaction/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "client-cardano-transaction" description = "Mithril client cardano-transaction example" -version = "0.1.9" +version = "0.1.10" authors = ["dev@iohk.io", "mithril-dev@iohk.io"] documentation = "https://mithril.network/doc" edition = "2021" diff --git a/examples/client-mithril-stake-distribution/Cargo.toml b/examples/client-mithril-stake-distribution/Cargo.toml index a3fd1fad018..9905b22114f 100644 --- a/examples/client-mithril-stake-distribution/Cargo.toml +++ b/examples/client-mithril-stake-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "client-mithril-stake-distribution" description = "Mithril client stake distribution example" -version = "0.1.15" +version = "0.1.16" authors = ["dev@iohk.io", "mithril-dev@iohk.io"] documentation = "https://mithril.network/doc" edition = "2021" diff --git a/examples/client-snapshot/Cargo.toml b/examples/client-snapshot/Cargo.toml index a835829b763..ee8d53d65b5 100644 --- a/examples/client-snapshot/Cargo.toml +++ b/examples/client-snapshot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "client-snapshot" description = "Mithril client snapshot example" -version = "0.1.14" +version = "0.1.15" authors = ["dev@iohk.io", "mithril-dev@iohk.io"] documentation = "https://mithril.network/doc" edition = "2021" diff --git a/internal/mithril-build-script/Cargo.toml b/internal/mithril-build-script/Cargo.toml index 85d05e5356a..907464cdde6 100644 --- a/internal/mithril-build-script/Cargo.toml +++ b/internal/mithril-build-script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-build-script" -version = "0.2.7" +version = "0.2.8" description = "A toolbox for Mithril crates build scripts" authors = { workspace = true } edition = { workspace = true } diff --git a/internal/mithril-doc-derive/Cargo.toml b/internal/mithril-doc-derive/Cargo.toml index 0a70fc34878..d14c0e45751 100644 --- a/internal/mithril-doc-derive/Cargo.toml +++ b/internal/mithril-doc-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-doc-derive" -version = "0.1.7" +version = "0.1.8" description = "An internal macro to support documentation generation." authors = { workspace = true } edition = { workspace = true } diff --git a/internal/mithril-doc/Cargo.toml b/internal/mithril-doc/Cargo.toml index a16399fd0ea..9c978ba8001 100644 --- a/internal/mithril-doc/Cargo.toml +++ b/internal/mithril-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-doc" -version = "0.1.8" +version = "0.1.9" description = "An internal crate to generate documentation." authors = { workspace = true } edition = { workspace = true } diff --git a/internal/mithril-persistence/Cargo.toml b/internal/mithril-persistence/Cargo.toml index 191110b5ba1..1775eb1438c 100644 --- a/internal/mithril-persistence/Cargo.toml +++ b/internal/mithril-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-persistence" -version = "0.2.20" +version = "0.2.21" 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 95c54a71fc4..1b1c8183817 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.49" +version = "0.5.50" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client-cli/Cargo.toml b/mithril-client-cli/Cargo.toml index bb5e51fc092..8fa99468f28 100644 --- a/mithril-client-cli/Cargo.toml +++ b/mithril-client-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-cli" -version = "0.9.8" +version = "0.9.9" description = "A Mithril Client" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client-wasm/Cargo.toml b/mithril-client-wasm/Cargo.toml index 194d204c0c0..6d7cf6b80e1 100644 --- a/mithril-client-wasm/Cargo.toml +++ b/mithril-client-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-wasm" -version = "0.3.7" +version = "0.3.8" description = "Mithril client WASM" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index cd049ffd452..69d7dc052ee 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.8.9" +version = "0.8.10" description = "Mithril client library" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index f3a7ca755ad..dd9fd8e7d85 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.37" +version = "0.4.38" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-relay/Cargo.toml b/mithril-relay/Cargo.toml index 3f82d3784c6..a8ef77381d7 100644 --- a/mithril-relay/Cargo.toml +++ b/mithril-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-relay" -version = "0.1.21" +version = "0.1.22" description = "A Mithril relay" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 481b782e923..4574fe5f8a1 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.169" +version = "0.2.170" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-stm/Cargo.toml b/mithril-stm/Cargo.toml index 8616818cebe..9fe7ee027e5 100644 --- a/mithril-stm/Cargo.toml +++ b/mithril-stm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-stm" -version = "0.3.25" +version = "0.3.26" edition = { workspace = true } authors = { workspace = true } homepage = { workspace = true } diff --git a/mithril-test-lab/mithril-aggregator-fake/Cargo.toml b/mithril-test-lab/mithril-aggregator-fake/Cargo.toml index b29b9b06678..102a0d5365a 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.5" +version = "0.3.6" description = "Mithril Fake Aggregator for client testing" authors = { workspace = true } documentation = { 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 6910f1b4bcc..437c213ff0c 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.23" +version = "0.4.24" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }