Skip to content

Commit d36a75b

Browse files
committed
chore: upgrade crate versions
* mithril-aggregator from `0.9.18` to `0.9.19` * mithril-client from `0.14.17` to `0.14.18` * mithril-common from `0.7.14` to `0.7.15` * mithril-relay from `0.2.7` to `0.2.8` * mithril-signer from `1.1.6` to `1.1.7` * mithril-stm from `0.12.0` to `0.12.1` * mithril-end-to-end from `0.5.7` to `0.5.8`
1 parent e244e45 commit d36a75b

11 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 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.7.14" }
18+
mithril-common = { path = "../../../mithril-common", version = "0.7.15" }
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.7.14" }
16+
mithril-common = { path = "../../mithril-common", version = "0.7.15" }
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.2.4" }
17-
mithril-common = { path = "../../mithril-common", version = "0.7.14" }
17+
mithril-common = { path = "../../mithril-common", version = "0.7.15" }
1818
rand = { version = "0.10.2" }
1919
reqwest = { workspace = true }
2020
serde = { 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.9.18"
3+
version = "0.9.19"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/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-client"
3-
version = "0.14.17"
3+
version = "0.14.18"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -64,7 +64,7 @@ flate2 = { version = "1.1.9", optional = true }
6464
flume = { version = "0.12.0", optional = true }
6565
futures = "0.3.32"
6666
mithril-aggregator-client = { path = "../internal/mithril-aggregator-client", version = "0.2.4" }
67-
mithril-common = { path = "../mithril-common", version = "0.7.14", default-features = false }
67+
mithril-common = { path = "../mithril-common", version = "0.7.15", default-features = false }
6868
reqwest = { workspace = true, default-features = false, features = ["charset", "http2", "stream", "system-proxy"] }
6969
serde = { workspace = true }
7070
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.7.14"
3+
version = "0.7.15"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -51,7 +51,7 @@ fixed = "1.31.0"
5151
hex = { workspace = true }
5252
kes-summed-ed25519 = { version = "0.2.1", features = ["serde_enabled", "sk_clone_enabled"] }
5353
mithril-merkle-tree = { path = "../internal/mithril-merkle-tree", version = "0.1.4" }
54-
mithril-stm = { path = "../mithril-stm", version = "0.12.0", default-features = false }
54+
mithril-stm = { path = "../mithril-stm", version = "0.12.1", default-features = false }
5555
nom = "8.0.0"
5656
rand_chacha = { workspace = true }
5757
rand_core = { workspace = true }

mithril-relay/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-relay"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "A Mithril relay"
55
authors = { workspace = true }
66
edition = { 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.1.6"
3+
version = "1.1.7"
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.12.0"
3+
version = "0.12.1"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)