Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions internal/cardano-node/mithril-cardano-node-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-cardano-node-chain"
version = "0.1.9"
version = "0.1.10"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-cardano-node-internal-database"
version = "0.1.7"
version = "0.1.8"
description = "Mechanisms that allow Mithril nodes to read the files of a Cardano node internal database and compute digests from them"
authors.workspace = true
documentation.workspace = true
Expand All @@ -10,9 +10,6 @@ license.workspace = true
repository.workspace = true
include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions internal/mithril-aggregator-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator-client"
version = "0.1.2"
version = "0.1.3"
description = "Client to request data from a Mithril Aggregator"
authors.workspace = true
documentation.workspace = true
Expand All @@ -10,9 +10,6 @@ license.workspace = true
repository.workspace = true
include = ["**/*.rs", "Cargo.toml", "README.md"]

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
7 changes: 2 additions & 5 deletions internal/mithril-dmq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mithril-dmq"
description = "Mechanisms to publish and consume messages of a 'Decentralized Message Queue network' through a DMQ node"
version = "0.1.13"
version = "0.1.14"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
Expand All @@ -14,9 +14,6 @@ include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]
# `serde_bytes` is used for DmqMessage serialization
ignored = ["serde_bytes"]

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand All @@ -31,7 +28,7 @@ serde_bytes = "0.11.19"
slog = { workspace = true }
slog-scope = "4.4.0"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["sync","rt-multi-thread"] }
tokio = { workspace = true, features = ["sync", "rt-multi-thread"] }

[dev-dependencies]
mockall = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions internal/mithril-era/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-era"
version = "0.1.5"
version = "0.1.6"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions internal/mithril-metric/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-metric"
version = "0.1.19"
version = "0.1.20"
description = "Common tools to expose metrics."
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
axum = "0.8.6"
Expand Down
5 changes: 1 addition & 4 deletions internal/mithril-persistence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-persistence"
version = "0.2.59"
version = "0.2.60"
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions internal/mithril-resource-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-resource-pool"
version = "0.0.8"
version = "0.0.9"
description = "Provide a resource pool for Mithril."
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
mithril-common = { path = "../../mithril-common" }
Expand Down
5 changes: 1 addition & 4 deletions internal/mithril-ticker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-ticker"
version = "0.1.3"
version = "0.1.4"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions internal/signed-entity/mithril-signed-entity-lock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-signed-entity-lock"
version = "0.0.4"
version = "0.0.5"
description = "A non-blocking lock mechanism for signed entity type."
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
mithril-common = { path = "../../../mithril-common" }
tokio = { workspace = true }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "mithril-signed-entity-preloader"
version = "0.0.10"
version = "0.0.11"
description = "A preload mechanism for Cardano Transaction signed entity."
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.6.27"
version = "0.6.28"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -18,9 +18,6 @@ rustdoc-args = ["--cfg", "docsrs"]
# `serde_bytes` is used for OpCert serialization
ignored = ["serde_bytes"]

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[features]
default = ["rug-backend"]

Expand Down
Loading