From 8d1172cbb60a6f36772f88f21b09fa294ccf7cfb Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:35:11 +0100 Subject: [PATCH] Update crates versions --- Cargo.lock | 24 +++++++++---------- demo/protocol-demo/Cargo.toml | 2 +- .../Cargo.toml | 2 +- examples/client-snapshot/Cargo.toml | 2 +- mithril-aggregator/Cargo.toml | 2 +- mithril-client-cli/Cargo.toml | 2 +- mithril-client-wasm/Cargo.toml | 2 +- mithril-client/Cargo.toml | 2 +- mithril-common/Cargo.toml | 2 +- mithril-relay/Cargo.toml | 2 +- mithril-signer/Cargo.toml | 2 +- .../mithril-aggregator-fake/Cargo.toml | 2 +- .../mithril-end-to-end/Cargo.toml | 2 +- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14fac3b4d0e..0d5c0005c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -946,7 +946,7 @@ dependencies = [ [[package]] name = "client-mithril-stake-distribution" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "mithril-client", @@ -958,7 +958,7 @@ dependencies = [ [[package]] name = "client-snapshot" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-trait", @@ -3288,7 +3288,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.4.30" +version = "0.4.31" dependencies = [ "anyhow", "async-trait", @@ -3328,7 +3328,7 @@ dependencies = [ [[package]] name = "mithril-aggregator-fake" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "axum", @@ -3349,7 +3349,7 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.5.17" +version = "0.5.18" dependencies = [ "anyhow", "async-recursion", @@ -3382,7 +3382,7 @@ dependencies = [ [[package]] name = "mithril-client-cli" -version = "0.5.17" +version = "0.5.18" dependencies = [ "anyhow", "async-trait", @@ -3411,7 +3411,7 @@ dependencies = [ [[package]] name = "mithril-client-wasm" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-trait", "futures", @@ -3426,7 +3426,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.157" +version = "0.2.158" dependencies = [ "anyhow", "async-trait", @@ -3476,7 +3476,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.2.35" +version = "0.2.36" dependencies = [ "anyhow", "async-recursion", @@ -3501,7 +3501,7 @@ dependencies = [ [[package]] name = "mithril-relay" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "clap", @@ -3524,7 +3524,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.104" +version = "0.2.105" dependencies = [ "anyhow", "async-trait", @@ -3576,7 +3576,7 @@ dependencies = [ [[package]] name = "mithrildemo" -version = "0.1.28" +version = "0.1.29" dependencies = [ "base64 0.21.7", "blake2 0.10.6", diff --git a/demo/protocol-demo/Cargo.toml b/demo/protocol-demo/Cargo.toml index 7650573e358..8d574dc7b7d 100644 --- a/demo/protocol-demo/Cargo.toml +++ b/demo/protocol-demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithrildemo" -version = "0.1.28" +version = "0.1.29" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/examples/client-mithril-stake-distribution/Cargo.toml b/examples/client-mithril-stake-distribution/Cargo.toml index b3ed59222d2..73373f98ac1 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.5" +version = "0.1.6" 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 c27d9afebf8..4d1587ea309 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.5" +version = "0.1.6" authors = ["dev@iohk.io", "mithril-dev@iohk.io"] documentation = "https://mithril.network/doc" edition = "2021" diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index adffc55bc94..c641cc12599 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.4.30" +version = "0.4.31" 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 c26ab035e82..ba3558909c0 100644 --- a/mithril-client-cli/Cargo.toml +++ b/mithril-client-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-cli" -version = "0.5.17" +version = "0.5.18" 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 fa26bf1fc25..275835cd6da 100644 --- a/mithril-client-wasm/Cargo.toml +++ b/mithril-client-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-wasm" -version = "0.1.8" +version = "0.1.9" description = "Mithril client WASM" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index 54a422a55d0..dcfaacdca6d 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.5.17" +version = "0.5.18" description = "Mithril client library" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 3d4d9b20986..5b4e657cb51 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.157" +version = "0.2.158" 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 4c6f090b7f9..66e94b54e31 100644 --- a/mithril-relay/Cargo.toml +++ b/mithril-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-relay" -version = "0.1.8" +version = "0.1.9" description = "A Mithril relay" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index bd4feb25340..2355bb87d12 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.104" +version = "0.2.105" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-test-lab/mithril-aggregator-fake/Cargo.toml b/mithril-test-lab/mithril-aggregator-fake/Cargo.toml index 7f327cbe43a..fe8a984d2da 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.1.1" +version = "0.1.2" 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 fa5b950c0d0..1931390325a 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.2.35" +version = "0.2.36" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }