Skip to content

Commit d86100f

Browse files
committed
chore: upgrade crate versions
* mithril-protocol-config from `0.1.11` to `0.1.12` * mithril-aggregator from `0.9.17` to `0.9.18` * mithril-common from `0.7.13` to `0.7.14` * mithril-end-to-end from `0.5.6` to `0.5.7`
1 parent 9ff2493 commit d86100f

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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.13" }
18+
mithril-common = { path = "../../../mithril-common", version = "0.7.14" }
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.13" }
16+
mithril-common = { path = "../../mithril-common", version = "0.7.14" }
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.13" }
17+
mithril-common = { path = "../../mithril-common", version = "0.7.14" }
1818
rand = { version = "0.10.2" }
1919
reqwest = { workspace = true }
2020
serde = { workspace = true }

internal/mithril-protocol-config/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-protocol-config"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "Configuraton parameters for Mithril network"
55
authors = { 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.9.17"
3+
version = "0.9.18"
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
@@ -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.13", default-features = false }
67+
mithril-common = { path = "../mithril-common", version = "0.7.14", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.7.13"
3+
version = "0.7.14"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-test-lab/mithril-end-to-end/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-end-to-end"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)