Skip to content

Commit 9eae92d

Browse files
committed
chore: bump crates versions
- 'mithril-persistence' from '0.2.25' to '0.2.26' - 'mithril-aggregator' from '0.5.61' to '0.5.62' - 'mithril-common' from '0.4.50' to '0.4.51' - 'mithril-signer' from '0.2.180' to '0.2.181'.
1 parent 95a5329 commit 9eae92d

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

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/mithril-persistence/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-persistence"
3-
version = "0.2.25"
3+
version = "0.2.26"
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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.5.61"
3+
version = "0.5.62"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -51,7 +51,11 @@ thiserror = "1.0.63"
5151
tokio = { version = "1.40.0", features = ["full"] }
5252
tokio-util = { version = "0.7.12", features = ["codec"] }
5353
typetag = "0.2.18"
54-
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
54+
uuid = { version = "1.10.0", features = [
55+
"v4",
56+
"fast-rng",
57+
"macro-diagnostics",
58+
] }
5559
warp = "0.3.7"
5660
zstd = { version = "0.13.2", features = ["zstdmt"] }
5761

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.4.50"
3+
version = "0.4.51"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
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 = "0.2.180"
3+
version = "0.2.181"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)