Skip to content

Commit 56aa23e

Browse files
authored
Merge pull request #1768 from input-output-hk/dlachaume/upgrade-project-dependencies
Upgrade project dependencies
2 parents 7bd11e1 + c972e21 commit 56aa23e

File tree

19 files changed

+150
-152
lines changed

19 files changed

+150
-152
lines changed

Cargo.lock

+132-134
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/protocol-demo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

examples/client-cardano-transaction/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-transaction"
33
description = "Mithril client cardano-transaction example"
4-
version = "0.1.7"
4+
version = "0.1.8"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-mithril-stake-distribution/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-mithril-stake-distribution"
33
description = "Mithril client stake distribution example"
4-
version = "0.1.13"
4+
version = "0.1.14"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-snapshot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-snapshot"
33
description = "Mithril client snapshot example"
4-
version = "0.1.12"
4+
version = "0.1.13"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

internal/mithril-build-script/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-build-script"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "A toolbox for Mithril crates build scripts"
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-doc-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-doc-derive"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "An internal macro to support documentation generation."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-doc"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "An internal crate to generate documentation."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-persistence/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-persistence"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.5.23"
3+
version = "0.5.24"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-cli"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-wasm"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.4.18"
3+
version = "0.4.19"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-relay/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-relay"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
description = "A Mithril relay"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-signer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.145"
3+
version = "0.2.146"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-stm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.3.22"
3+
version = "0.3.23"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

mithril-test-lab/mithril-aggregator-fake/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator-fake"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Mithril Fake Aggregator for client testing"
55
authors = { workspace = true }
66
documentation = { workspace = true }

mithril-test-lab/mithril-end-to-end/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-end-to-end"
3-
version = "0.4.15"
3+
version = "0.4.16"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)