Skip to content

Commit 781f2ef

Browse files
committed
chore: upgrade crate versions
* mithril-era from `0.1.8` to `0.1.9` * mithril-aggregator from `0.8.50` to `0.8.51` * mithril-common from `0.6.71` to `0.6.72` * mithril-signer from `1.0.0` to `1.0.1` * mithril-stm from `0.10.16` to `0.10.17`
1 parent 3a6061f commit 781f2ef

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/cardano-node/mithril-cardano-node-internal-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = { workspace = true }
1515
async-trait = { workspace = true }
1616
digest = { workspace = true }
1717
hex = { workspace = true }
18-
mithril-common = { path = "../../../mithril-common", version = "0.6.71" }
18+
mithril-common = { path = "../../../mithril-common", version = "0.6.72" }
1919
serde = { workspace = true }
2020
serde_json = { workspace = true }
2121
sha2 = "0.10.9"

internal/mithril-aggregator-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["**/*.rs", "Cargo.toml", "README.md"]
1313
[dependencies]
1414
anyhow = { workspace = true }
1515
async-trait = { workspace = true }
16-
mithril-common = { path = "../../mithril-common", version = "0.6.71" }
16+
mithril-common = { path = "../../mithril-common", version = "0.6.72" }
1717
reqwest = { workspace = true }
1818
semver = { workspace = true }
1919
serde = { workspace = true }

internal/mithril-aggregator-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]
1414
anyhow = { workspace = true }
1515
async-trait = { workspace = true }
1616
mithril-aggregator-client = { path = "../mithril-aggregator-client", version = "0.1" }
17-
mithril-common = { path = "../../mithril-common", version = "0.6.71" }
17+
mithril-common = { path = "../../mithril-common", version = "0.6.72" }
1818
rand = { version = "0.10.1" }
1919
reqwest = { workspace = true }
2020
serde = { workspace = true }

internal/mithril-era/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-era"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.workspace = true

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.8.50"
3+
version = "0.8.51"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ flate2 = { version = "1.1.9", optional = true }
6969
flume = { version = "0.12.0", optional = true }
7070
futures = "0.3.32"
7171
mithril-aggregator-client = { path = "../internal/mithril-aggregator-client", version = "0.1.11" }
72-
mithril-common = { path = "../mithril-common", version = "0.6.71", default-features = false }
72+
mithril-common = { path = "../mithril-common", version = "0.6.72", default-features = false }
7373
reqwest = { workspace = true, default-features = false, features = ["charset", "http2", "stream", "system-proxy"] }
7474
serde = { workspace = true }
7575
serde_json = { workspace = true }

mithril-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.6.71"
3+
version = "0.6.72"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -46,7 +46,7 @@ fixed = "1.31.0"
4646
hex = { workspace = true }
4747
kes-summed-ed25519 = { version = "0.2.1", features = ["serde_enabled", "sk_clone_enabled"] }
4848
mithril-merkle-tree = { path = "../internal/mithril-merkle-tree", version = "0.1" }
49-
mithril-stm = { path = "../mithril-stm", version = "0.10.11", default-features = false }
49+
mithril-stm = { path = "../mithril-stm", version = "0.10.17", default-features = false }
5050
nom = "8.0.0"
5151
rand_chacha = { workspace = true }
5252
rand_core = { workspace = true }

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)